| Class | Description |
|---|---|
| Attachment |
Represents an in-line document attachment.
|
| Changes |
Contains the Change Notifications API, supports change feeds of types normal
and continuous.
|
| ChangesResult |
Represents a Change notifications feed result.
|
| ChangesResult.Row |
Represent a row in Changes result.
|
| ChangesResult.Row.Rev |
Represent a Change rev.
|
| CouchDbClient |
Presents a client to a CouchDB database instance.
|
| CouchDbContext |
Provides access to database APIs.
|
| CouchDbDesign |
Provides methods to create and save CouchDB design documents.
|
| CouchDbInfo |
Holds information about a CouchDB database instance.
|
| CouchDbProperties |
Represents configuration properties for connecting to CouchDB.
|
| DesignDocument |
Represents a design document.
|
| DesignDocument.MapReduce |
Holds Map Reduce functions in a view.
|
| Document |
Convenient base class for CouchDB documents, defines the basic
id and revision properties and attachments.
|
| Page<T> |
Holds data of a page as result of a view pagination query.
|
| Params |
Query parameters to append to find requests.
|
| Replication |
This class allows construction and sending of replication requests.
|
| ReplicationResult |
Holds the result of a replication request, along with previous sessions history.
|
| ReplicationResult.ReplicationHistory |
Represents a replication session history.
|
| Replicator |
This class allows construction and sending of replication requests targeting a replicator database.
|
| ReplicatorDocument |
Represents a replication document in a replicator database.
|
| Response |
Represents CouchDB response as a result of a request.
|
| View |
This class allows construction and sending of View query requests.
|
| ViewResult<K,V,T> |
Holds a view result entries.
|
| Exception | Description |
|---|---|
| CouchDbException |
Base runtime exception class.
|
| DocumentConflictException |
Thrown when a conflict is detected during a save or update.
|
| NoDocumentException |
Thrown when a requested document is not found.
|