Click or drag to resize
ProtocolOptions Properties

The ProtocolOptions type exposes the following members.

Properties
  NameDescription
Public propertyCompression
Returns the compression used by the protocol.

The default compression is Compression.SNAPPY.

Public propertyCustomCompressor
Gets the custom compressor specified to be used for the compression type.
Public propertyMaxProtocolVersion
Gets the maximum protocol version to be used. When set, it limits the maximum protocol version used to connect to the nodes. Useful for using the driver against a cluster that contains nodes with different major/minor versions of Cassandra.
Public propertyMaxSchemaAgreementWaitSeconds
Gets the maximum time to wait for schema agreement before returning from a DDL query.
Public propertyPort
The port used to connect to the Cassandra hosts.
Public propertySslOptions
Specified SSL options used to connect to the Cassandra hosts.
Top
See Also