Couchbase NamespaceCouchbase .NET SDK 2.0
Classes
  ClassDescription
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 classDefaultResult
Basic operation return value
Public classDefaultResult T 
Basic operation return value
Public classDocument T 
Provides an interface for interacting with documents within Couchbase Server
Public classDocumentResult T 
The return type for "document" centric operation requests.
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 classOperationResult T 
The primary return type for binary Memcached operations which return a value
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.
Interfaces
Enumerations
  EnumerationDescription
Public enumerationPersistTo
Public enumerationReplicateTo