The size of each buffer to allocate per TCP connection for sending and recieving Memcached operations
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int BufferSize { get; set; }
public int BufferSize { get; set; }
Public Property BufferSize As Integer
Get
Set
Public Property BufferSize As Integer
Get
Set
public:
property int BufferSize {
int get ();
void set (int value);
}
public:
property int BufferSize {
int get ();
void set (int value);
}
member BufferSize : int with get, set
member BufferSize : int with get, set
Property Value
Type:
Int32
RemarksThe default is 16K
RemarksThe total buffer size is BufferSize * PoolConfiguration.MaxSize
See Also