Allows specific configurations of Bucket's to be defined, overriding the parent's settings.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic BucketElementCollection Buckets { get; set; }
public BucketElementCollection Buckets { get; set; }
Public Property Buckets As BucketElementCollection
Get
Set
Public Property Buckets As BucketElementCollection
Get
Set
public:
property BucketElementCollection^ Buckets {
BucketElementCollection^ get ();
void set (BucketElementCollection^ value);
}
public:
property BucketElementCollection^ Buckets {
BucketElementCollection^ get ();
void set (BucketElementCollection^ value);
}
member Buckets : BucketElementCollection with get, set
member Buckets : BucketElementCollection with get, set
Property Value
Type:
BucketElementCollection
See Also