Click or drag to resize
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: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public static int MaxProtocolVersion { get; set; }

Property Value

Type: Int32
See Also