BucketElement.ConnectionPool Property Couchbase .NET SDK 2.0
Allows the default connection pool settings to be overridden.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ConnectionPoolElement ConnectionPool { get; set; }

Property Value

Type: ConnectionPoolElement
Remarks
The default settings are: MinSize=1, MaxSize=2, WaitTimout=2500ms, ShutdownTimeout=10000ms.
See Also