The client interface to a Couchbase Server Cluster.

Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

The Cluster type exposes the following members.

Name | Description | |
---|---|---|
![]() | Cluster() |
Ctor for creating Cluster instance using the default settings.
|
![]() | Cluster(String) |
Ctor for creating Cluster instance using an App.Config or Web.config.
|
![]() | Cluster(ClientConfiguration) |
Ctor for creating Cluster instance with a custom ClientConfiguration configuration.
|

Name | Description | |
---|---|---|
![]() | CloseBucket |
Closes and releases all resources associated with a Couchbase bucket.
|
![]() | CreateManager |
Creates a IClusterManager object that uses the current ICluster configuration settings.
|
![]() | Dispose |
Closes and releases all internal resources.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsOpen |
Returns a response indicating whether or not the IBucket instance has been opened and this Cluster instance is observing it.
|
![]() | OpenBucket() |
Opens the default bucket associated with a Couchbase Cluster.
|
![]() | OpenBucket(String) |
Creates a connection to a non-SASL Couchbase bucket.
|
![]() | OpenBucket(String, String) |
Creates a connection to a specific SASL authenticated Couchbase Bucket.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | Configuration |
The current client configuration being used by the Cluster object.
Set this by passing in a ClientConfiguration object into [!:Initialize(ClientConfiguration)] or by
providing a CouchbaseClientSection in your App.config or Web.config and calling [!:Initialize(string)] |
![]() | Info | Obsolete.
Returns an object representing cluster status information.
|
