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.
|
![]() | Port |
The port used to connect to the Cassandra hosts.
|
![]() | SslOptions |
Specified SSL options used to connect to the Cassandra hosts.
|