The minimum number of TCP connections that the client will allocate for a given bucket.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int MinSize { get; set; }
public int MinSize { get; set; }
Public Property MinSize As Integer
Get
Set
Public Property MinSize As Integer
Get
Set
public:
property int MinSize {
int get ();
void set (int value);
}
public:
property int MinSize {
int get ();
void set (int value);
}
member MinSize : int with get, set
member MinSize : int with get, set
Property Value
Type:
Int32
RemarksThe default is one TCP connection per bucket.
RemarksThe connection pool will add TCP connections until
MaxSize is reached.
See Also