Click or drag to resize

ProtocolOptionsSetNoCompact Method

When set to true, it enables the NO_COMPACT startup option.

When this option is set, SELECT, UPDATE, DELETE, and BATCH statements on COMPACT STORAGE tables function in "compatibility" mode which allows seeing these tables as if they were "regular" CQL tables.

This option only affects interactions with tables using COMPACT STORAGE and it is only supported by C* 3.0.16+, 3.11.2+, 4.0+ and DSE 6.0+.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ProtocolOptions SetNoCompact(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: ProtocolOptions
See Also