ICluster.OpenBucket Method (String)Couchbase .NET SDK 2.0
Opens a Couchbase Bucket instance.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IBucket OpenBucket(
	string bucketname
)

Parameters

bucketname
Type: System.String
The name of the bucket to open.

Return Value

Type: IBucket
A object that implements IBucket.
See Also