Click or drag to resize
CouchbaseClusterOpenBucket Method (String)
Creates a connection to a non-SASL Couchbase bucket.

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

Parameters

bucketname
Type: SystemString
The Couchbase Bucket to connect to.

Return Value

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