ClusterManager ListBuckets Method Couchbase .NET SDK 2.0
List all current buckets in this cluster.

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public IResult<IList<BucketConfig>> ListBuckets()

Return Value

Type: IResult IList BucketConfig  
A list of buckets and their properties.

Implements

IClusterManager ListBuckets 
See Also