Click or drag to resize
ConfigurationProtocolOptions Property
The Cassandra binary protocol level configuration (compression).

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ProtocolOptions ProtocolOptions { get; }

Return Value

Type: ProtocolOptions
the protocol options.
See Also