ICluster InterfaceCouchbase .NET SDK 2.0
The client interface to a Couchbase Server Cluster.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public interface ICluster : IDisposable

The ICluster type exposes the following members.

Methods
  NameDescription
Public methodCloseBucket
Closes a Couchbase Bucket Instance.
Public methodCreateManager
Creates a IClusterManager object that uses the current ICluster configuration settings.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodIsOpen
Returns a response indicating whether or not the IBucket instance has been opened and this Cluster instance is observing it.
Public methodOpenBucket()
Opens a Couchbase Bucket instance.
Public methodOpenBucket(String)
Opens a Couchbase Bucket instance.
Public methodOpenBucket(String, String)
Opens a Couchbase Bucket instance.
Top
Properties
  NameDescription
Public propertyConfiguration
Public propertyInfoObsolete.
Returns an object which implements IClusterInfo. This object contains various server stats and information.
Top
See Also