Click or drag to resize
ProtocolOptions.SetCustomCompressor Method
Sets a custom compressor to be used for the compression type. If specified, the compression type is mandatory. If not specified the driver default compressor will be use for the compression type.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public ProtocolOptions SetCustomCompressor(
	IFrameCompressor compressor
)

Parameters

compressor
Type: Cassandra.IFrameCompressor
Implementation of IFrameCompressor

Return Value

Type: ProtocolOptions
See Also