ClusterInfo BucketConfigs Method Couchbase .NET SDK 2.0
Returns the configuration of the buckets in this cluster. The list can be modified but each IBucketConfiguration should only be used in a readonly fashion!

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public List<IBucketConfig> BucketConfigs()

Return Value

Type: List IBucketConfig 
The list of bucket configurations.

Implements

IClusterInfo BucketConfigs 
See Also