| Class | Description |
|---|---|
| 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.
|
| CouchDbClient |
Presents a client to CouchDB database server.
|
| CouchDbClientAndroid |
Presents a client to CouchDB database server; targeted to run on Android platform.
|
| CouchDbClientBase |
Contains a client Public API implementation.
|
| CouchDbContext |
Contains database server specific APIs.
|
| CouchDbDesign |
Provides API to work with 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, 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 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.
|
| Response |
Contains the response returned from CouchDB.
|
| View |
This class provides access to the View APIs.
|
| ViewResult<K,V,T> |
Holds a view result entries.
|
| Exception | Description |
|---|---|
| CouchDbException |
Base runtime exception class.
|
| DocumentConflictException |
Thrown when a conflict is detected during save or update.
|
| NoDocumentException |
Thrown when a requested document is not found.
|
Copyright © 2011-2017. All Rights Reserved.