ClusterInfo Pools Method Couchbase .NET SDK 2.0
Returns the configuration of the pools in this cluster. The Pools should only be used in a readonly fashion!

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public Pools Pools()

Return Value

Type: Pools
The pools configuration.

Implements

IClusterInfo Pools 
See Also