Click or drag to resize

DseClusterBuilderWithCustomCompressor 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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DseClusterBuilder WithCustomCompressor(
	IFrameCompressor compressor
)

Parameters

compressor
Type: DseIFrameCompressor
Implementation of IFrameCompressor

Return Value

Type: DseClusterBuilder
See Also