Click or drag to resize

ConfigurationProtocolOptions Property

The Cassandra binary protocol level configuration (compression).

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public ProtocolOptions ProtocolOptions { get; }

Return Value

Type: ProtocolOptions
the protocol options.
See Also