Click or drag to resize
CouchbaseCluster Methods

The CouchbaseCluster type exposes the following members.

Methods
  NameDescription
Public methodCloseBucket
Closes and releases all resources associated with a Couchbase bucket.
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 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