![]() | Couchbase Namespace |
[Missing <summary> documentation for "N:Couchbase"]
Class | Description | |
---|---|---|
![]() | CasMismatchException |
Thrown when a CAS operation fails because the document has been modified and that CAS value has changed.
|
![]() | Cluster |
The client interface to a Couchbase Server Cluster.
|
![]() | ClusterHelper |
A helper object for working with a Cluster instance.
|
![]() | ClusterInfo |
Client interface for getting information about the cluster. Since each version of the server can return a different
range of data, for now this is only retrieved as plain JSON and it is up to the user to check what kind of data is
available.
|
![]() | CouchbaseBucket |
Represents a persistent Couchbase Bucket and can be used for performing CRUD operations on documents,
querying Views and executing N1QL queries.
|
![]() | CouchbaseResponseException |
Base calls for exception thrown for a failed response if EnsureSuccess is called.
|
![]() | DefaultResult |
Basic operation return value
|
![]() | DefaultResultT |
Basic operation return value
|
![]() | DocumentT |
Provides an interface for interacting with documents within Couchbase Server
|
![]() | DocumentAlreadyExistsException |
Thrown when an attempt is made to insert a document that already exists.
|
![]() | DocumentDoesNotExistException |
Thrown when an attempt is made to replace or get a document that does not exist.
|
![]() | DocumentFragmentTDocument |
Represents one more fragments of an IDocumentT that is returned by the sub-document API.
|
![]() | DocumentResultT |
The return type for "document" centric operation requests.
|
![]() | MediaType | |
![]() | MemcachedBucket |
Represents an in-memory bucket for storing Key/Value pairs. Most often used as a distributed cache.
|
![]() | NullConfigException | |
![]() | OperationResult |
The result of an operation.
|
![]() | OperationResultT |
The primary return type for binary Memcached operations which return a value
|
![]() | PrepareStatementException | |
![]() | ResponseExtensions |
Extensions for Couchbase response objects.
|
![]() | ServerUnavailableException |
Thrown when the client cannot find a healthy server to execute an operation on. This
could temporarily happen during a swap/failover/rebalance situation. The calling code
could decide to retry the operation after handling this exception.
|
![]() | StreamAlreadyReadException |
Thrown when an attempt is made to access a property or methods before reading the request stream via iteration.
|
![]() | SubdocExtensions |
Extensions related to lambda path evaluation for ILookupInBuilderTDocument,
IMutateInBuilderTDocument, and IDocumentFragmentTDocument.
|
![]() | TemporaryLockFailureException |
Thrown when an attempt is made to lock on a document that has already been locked.
|
Interface | Description | |
---|---|---|
![]() | IDocument |
Base interface for a document.
|
![]() | IDocumentT |
Provides an interface for interacting with documents within Couchbase Server
|
![]() | IDocumentFragment | |
![]() | IDocumentFragmentTDocument |
Represents one more fragments of an IDocumentT that is returned by the sub-document API.
|
![]() | IDocumentResult |
The return type for "document" centric operation requests that do not return documents - e.g. remove
|
![]() | IDocumentResultT |
The return type for "document" centric operation requests.
|
![]() | IOperationResult |
The primary return type for binary Memcached operations
|
![]() | IOperationResultT |
The primary return type for binary Memcached operations which return a value
|
![]() | IQueryCacheInvalidator |
Provides a method signature for invalidating and clearing a cache.
|
![]() | IResult |
Default interface for all operation return types.
|
![]() | IResultT |
Default interface for all operation return types.
|
Enumeration | Description | |
---|---|---|
![]() | PersistTo | |
![]() | ReplicateTo |