PoolConfiguration BufferSize Property Couchbase .NET SDK 2.0
The size of each buffer to allocate per TCP connection for sending and recieving Memcached operations

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

Property Value

Type: Int32
Remarks
The default is 16K
Remarks
The total buffer size is BufferSize * PoolConfiguration.MaxSize
See Also