CouchbaseBucket.Cluster Property Couchbase .NET SDK 2.3.3
Returns the ICluster that this bucket belongs to

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public ICluster Cluster { get; }

Property Value

Type: ICluster

Implements

IBucket.Cluster
See Also