ConnectionPoolElement.MinSize Property Couchbase .NET SDK 2.0
The minimum number of TCP connections that the client will allocate for a given bucket.

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

Property Value

Type: Int32
Remarks
The default is one TCP connection per bucket.
Remarks
The connection pool will add TCP connections until MaxSize is reached.
See Also