Click or drag to resize
CouchbaseClusterOpenBucket Method
Opens the default bucket associated with a Couchbase Cluster.

Namespace: Couchbase
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IBucket OpenBucket()

Return Value

Type: IBucket
An instance which implements the IBucket interface with the default buckets configuration.
Remarks
Use Cluster.CloseBucket(bucket) to release resources associated with a Bucket.
See Also