Click or drag to resize
ClusterInfo Class
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.
Inheritance Hierarchy
SystemObject
  CouchbaseClusterInfo

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.5.7-alpha1
Syntax
public sealed class ClusterInfo : IClusterInfo

The ClusterInfo type exposes the following members.

Methods
  NameDescription
Public methodBucketConfigs
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!
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPools
Returns the configuration of the pools in this cluster. The Pools should only be used in a readonly fashion!
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also