Cluster MethodsCouchbase .NET SDK 2.0

The Cluster type exposes the following members.

Methods
  NameDescription
Public methodCloseBucket
Closes and releases all resources associated with a Couchbase bucket.
Public methodCreateManager
Creates a IClusterManager object that uses the current ICluster configuration settings.
Public methodDispose
Closes and releases all internal resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsOpen
Returns a response indicating whether or not the IBucket instance has been opened and this Cluster instance is observing it.
Public methodOpenBucket()
Opens the default bucket associated with a Couchbase Cluster.
Public methodOpenBucket(String)
Creates a connection to a non-SASL Couchbase bucket.
Public methodOpenBucket(String, String)
Creates a connection to a specific SASL authenticated Couchbase Bucket.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also