IClusterManager.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.0.0 (2.0.0.0)
Syntax
IResult<IList<BucketConfig>> ListBuckets()

Return Value

Type: IResult<IList<BucketConfig>>
A list of buckets and their properties.
See Also