CouchbaseCluster Class |
Namespace: Couchbase
The CouchbaseCluster type exposes the following members.
Name | Description | |
---|---|---|
![]() | CouchbaseCluster |
Ctor for creating Cluster instance using the default settings.
|
![]() | CouchbaseCluster(String) |
Ctor for creating Cluster instance using an App.Config or Web.config.
|
![]() | CouchbaseCluster(ClientConfiguration) |
Ctor for creating Cluster instance with a custom ClientConfiguration configuration.
|
Name | Description | |
---|---|---|
![]() | CloseBucket |
Closes and releases all resources associated with a Couchbase bucket.
|
![]() | Dispose |
Closes and releases all internal resources.
|
![]() | Equals | (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.) |
![]() | 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 CouchbaseCluster 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 |
Returns an object representing cluster status information.
|