IClusterManager.ListBucketsAsync 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
Task<IResult<IList<BucketConfig>>> ListBucketsAsync()

Return Value

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