Use zlib compression on command buffers sent to the server and responses received
from the server when the buffer size is greater than 128 bytes.
This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
Default: false
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public bool compress
Field Value
Type: BooleanSee Also