The maximum 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 MaxSize { get; set; }
public int MaxSize { get; set; }
Public Property MaxSize As Integer
Get
Set
Public Property MaxSize As Integer
Get
Set
public:
property int MaxSize {
int get ();
void set (int value);
}
public:
property int MaxSize {
int get ();
void set (int value);
}
member MaxSize : int with get, set
member MaxSize : int with get, set
Property Value
Type:
Int32
RemarksThe default is two TCP connections per bucket.
See Also