Client interface for getting information about the cluster. Since each version of the server can return a different
range of data, for now this is only retrieved as plain JSON and it is up to the user to check what kind of data is
available.

Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

The ClusterInfo type exposes the following members.

Name | Description | |
---|---|---|
![]() | BucketConfigs |
Returns the configuration of the buckets in this cluster.
The list can be modified but each IBucketConfiguration should only be used in a readonly fashion!
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Pools |
Returns the configuration of the pools in this cluster.
The Pools should only be used in a readonly fashion!
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
