Click or drag to resize
Couchbase Namespace

[Missing <summary> documentation for "N:Couchbase"]

Classes
  ClassDescription
Public classCasMismatchException
Thrown when a CAS operation fails because the document has been modified and that CAS value has changed.
Public classCluster
The client interface to a Couchbase Server Cluster.
Public classClusterHelper
A helper object for working with a Cluster instance.
Public classClusterInfo
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.
Public classCouchbaseBucket
Represents a persistent Couchbase Bucket and can be used for performing CRUD operations on documents, querying Views and executing N1QL queries.
Public classCouchbaseResponseException
Base calls for exception thrown for a failed response if EnsureSuccess is called.
Public classDefaultResult
Basic operation return value
Public classDefaultResultT
Basic operation return value
Public classDocumentT
Provides an interface for interacting with documents within Couchbase Server
Public classDocumentAlreadyExistsException
Thrown when an attempt is made to insert a document that already exists.
Public classDocumentDoesNotExistException
Thrown when an attempt is made to replace or get a document that does not exist.
Public classDocumentFragmentTDocument
Public classDocumentResultT
The return type for "document" centric operation requests.
Public classMediaType
Public classMemcachedBucket
Represents an in-memory bucket for storing Key/Value pairs. Most often used as a distributed cache.
Public classNullConfigException
Public classOperationResult
The result of an operation.
Public classOperationResultT
The primary return type for binary Memcached operations which return a value
Public classPrepareStatementException
Public classResponseExtensions
Extensions for Couchbase response objects.
Public classServerUnavailableException
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.
Public classStreamAlreadyReadException
Thrown when an attempt is made to access a property or methods before reading the request stream via iteration.
Public classSubdocExtensions
Public classTemporaryLockFailureException
Thrown when an attempt is made to lock on a document that has already been locked.
Interfaces
  InterfaceDescription
Public interfaceIDocument
Base interface for a document.
Public interfaceIDocumentT
Provides an interface for interacting with documents within Couchbase Server
Public interfaceIDocumentFragment
Public interfaceIDocumentFragmentTDocument
Public interfaceIDocumentResult
The return type for "document" centric operation requests that do not return documents - e.g. remove
Public interfaceIDocumentResultT
The return type for "document" centric operation requests.
Public interfaceIOperationResult
The primary return type for binary Memcached operations
Public interfaceIOperationResultT
The primary return type for binary Memcached operations which return a value
Public interfaceIQueryCacheInvalidator
Provides a method signature for invalidating and clearing a cache.
Public interfaceIResult
Default interface for all operation return types.
Public interfaceIResultT
Default interface for all operation return types.
Enumerations
  EnumerationDescription
Public enumerationPersistTo
Public enumerationReplicateTo