ClusterInfo MethodsCouchbase .NET SDK 2.0

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