ClusterMaxProtocolVersion Property |
Gets or sets the maximum protocol version used by this driver.
While property value is maintained for backward-compatibility,
use SetMaxProtocolVersion(Byte) to set the maximum protocol version used by the driver.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public static int MaxProtocolVersion { get; set; }
Property Value
Type:
Int32See Also