| QdbClusterSetMaxInBufferSize Method |
Sets the maximum incoming buffer size for all network operations of the client.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public void SetMaxInBufferSize(
int max_size
)
Public Sub SetMaxInBufferSize (
max_size As Integer
)
Parameters
- max_size
- Type: SystemInt32
The maximum input size in bytes
See Also