CouchbaseClusterOpenBucket Method |
Opens the default bucket associated with a Couchbase Cluster.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IBucket OpenBucket()
Public Function OpenBucket As IBucket
public:
virtual IBucket^ OpenBucket() sealed
abstract OpenBucket : unit -> IBucket
override OpenBucket : unit -> IBucket
Return Value
Type:
IBucketAn instance which implements the IBucket interface with the
default buckets configuration.
RemarksUse Cluster.CloseBucket(bucket) to release resources associated with a Bucket.
See Also