ClusterHelper GetBucket Method (String)Couchbase .NET SDK 2.0
Opens or gets an IBucket instance from the ICluster that this ClusterHelper is wrapping. The IBucket will be cached and subsquent requests for a IBucket of the same name will return the cached instance.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static IBucket GetBucket(
	string bucketName
)

Parameters

bucketName
Type: System String
The name of the IBucket to open or get.

Return Value

Type: IBucket
An IBucketinstance
Remarks
See Also