See: Description
| Class | Description |
|---|---|
| ApiKey |
Encapsulates an ApiKey response from Cloudant
|
| Attachment |
Encapsulates an in-line document attachment.
|
| ChangesResult |
Encapsulates a Changes feed result of type normal.
|
| ChangesResult.Row |
Encapsulates a Changes feed result row.
|
| ChangesResult.Row.Rev |
Encapsulates the revision of a change result row.
|
| DbInfo |
Encapsulates information about a database instance.
|
| DesignDocument |
Encapsulates a design document.
|
| DesignDocument.MapReduce |
Encapsulates the Map-Reduce function of a view.
|
| Document |
Convenient base class for Cloudant documents, defines the basic
id, revision properties, and attachments. |
| FindByIndexOptions |
Options to set on findByIndex() request.
|
| Index |
Encapsulates a Cloudant Index definition
|
| IndexField |
Encapsulates a Cloudant IndexField definition
|
| Membership |
Encapsulates the list of nodes in a Cloudant cluster
|
| Params |
Query parameters to append to find requests.
|
| ReplicationResult |
Encapsulates the result of a replication request, along with previous session's history.
|
| ReplicationResult.ReplicationHistory |
Encapsulates the history of a replication session.
|
| ReplicatorDocument |
Encapsulates a _replicator database replication document.
|
| ReplicatorDocument.UserCtx | |
| Response |
Contains the response returned from CouchDB.
|
| SearchResult<T> |
Encapsulates search result entries
|
| Shard |
Encapsulates info about a Cloudant Shard
|
| Task |
Encapsulates info about Cloudant Server Task
|
| Enum | Description |
|---|---|
| IndexField.SortOrder |
Ascending or descending sort order
|
| Permissions |