ClusterHelper.GetBucket Method Couchbase .NET SDK 2.0
Overload List
  NameDescription
Public methodStatic memberGetBucket(String)
Opens or gets an IBucket instance from the ICluster that this ClusterHelper is wrapping. The IBucket will be cached and subsquent requests for a IBucket of the same name will return the cached instance.
Public methodStatic memberGetBucket(String, String)
Opens or gets IBucket instance from the ICluster that this ClusterHelper is wrapping. The IBucket will be cached and subsquent requests for a IBucket of the same name will return the cached instance.
Top
See Also