The maximum number of connections to create.
Namespace: Couchbase.Configuration.ClientAssembly: 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
See Also