Click or drag to resize
ProtocolOptionsMaxProtocolVersion Property
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.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public Nullable<byte> MaxProtocolVersion { get; }

Property Value

Type: NullableByte
See Also