Click or drag to resize

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
)

Parameters

max_size
Type: SystemInt32
The maximum input size in bytes
See Also