CouchbaseClientSection Buckets Property Couchbase .NET SDK 2.0
Allows specific configurations of Bucket's to be defined, overriding the parent's settings.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public BucketElementCollection Buckets { get; set; }

Property Value

Type: BucketElementCollection
See Also