ProtocolOptions Properties |
The ProtocolOptions type exposes the following members.
Name | Description | |
---|---|---|
Compression |
Returns the compression used by the protocol. The default compression is Compression.SNAPPY. | |
CustomCompressor |
Gets the custom compressor specified to be used for the compression type.
| |
MaxProtocolVersion |
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.
| |
MaxSchemaAgreementWaitSeconds |
Gets the maximum time to wait for schema agreement before returning from a DDL query.
| |
NoCompact |
Determines whether NO_COMPACT is enabled as 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+. | |
Port |
The port used to connect to the Cassandra hosts.
| |
SslOptions |
Specified SSL options used to connect to the Cassandra hosts.
|