ClientConfiguration BucketConfigs Property Couchbase .NET SDK 2.0
A map of BucketConfigurations and their names.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public Dictionary<string, BucketConfiguration> BucketConfigs { get; set; }

Property Value

Type: Dictionary String, BucketConfiguration 
See Also