| Attachment |
Represents an in-line document attachment.
|
| Changes |
Contains the Change Notifications API, supports normal and continuous feed Changes.
|
| ChangesResult |
Represents Changes feed result of type normal.
|
| ChangesResult.Row |
Represent a row in Changes result.
|
| ChangesResult.Row.Rev |
Represent a Change rev.
|
| CouchDbClientBase |
Contains a client Public API implementation.
|
| CouchDbConfig |
Provides configuration to client instance.
|
| CouchDbContext |
Contains database server specific APIs.
|
| CouchDbDesign |
Provides API to work with design documents.
|
| CouchDbException |
Base runtime exception class.
|
| 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, revision properties, and attachments.
|
| Page |
Holds data of a page as result of a view pagination query.
|
| Params |
Query parameters to append to find requests.
|
| Replication |
This class provides access to the database replication API; a replication request
is sent via HTTP POST to _replicate URI.
|
| ReplicationResult |
Holds the result of a replication request, along with previous sessions history.
|
| ReplicationResult.ReplicationHistory |
Represents a replication session history.
|
| Replicator |
This class provides access to the _replicator database introduced in CouchDB version 1.1.0
|
| ReplicatorDocument |
Represents a replication document in the _replicator database.
|
| ReplicatorDocument.UserCtx |
|
| Response |
Contains the response returned from CouchDB.
|
| URIBuilder |
Helper class for construction of HTTP request URIs.
|
| View |
This class provides access to the View APIs.
|
| ViewResult |
Holds a view result entries.
|
| ViewResult.Rows |
Inner class holding the view rows.
|