List all current buckets in this cluster.
Namespace: Couchbase.ManagementAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxIResult<IList<BucketConfig>> ListBuckets()
IResult<IList<BucketConfig>> ListBuckets()
Function ListBuckets As IResult(Of IList(Of BucketConfig))
Function ListBuckets As IResult(Of IList(Of BucketConfig))
IResult<IList<BucketConfig^>^>^ ListBuckets()
IResult<IList<BucketConfig^>^>^ ListBuckets()
abstract ListBuckets : unit -> IResult<IList<BucketConfig>>
abstract ListBuckets : unit -> IResult<IList<BucketConfig>>
Return Value
Type:
IResult<IList<BucketConfig>>A list of buckets and their properties.
See Also