
Class | Description | |
---|---|---|
![]() | ErrorObj | |
![]() | ViewQuery |
Implemented as an object that can query a Couchbase View.
|
![]() | ViewResult<T> |
Represents the results of a View query.
|
![]() | ViewRow<T> |
Represents a single row returned from a View request
|

Interface | Description | |
---|---|---|
![]() | IDataMapper |
Provides and interface for mapping the results of a ViewQuery to it's IViewResult<T> |
![]() | IViewQuery |
Implemented as an object that can query a Couchbase View.
![]() This is a "Fluent" style interface and methods can be chained togather. |
![]() | IViewResult<T> |
Represents the results of a View query.
|

Enumeration | Description | |
---|---|---|
![]() | StaleState |
Allow the results from a stale view to be used
|