Enum ProtocolVersion
Specifies the different protocol versions and provides methods (via extension methods) to check whether a feature is supported in an specific version
Namespace: Dse
Assembly: Dse.dll
Syntax
public enum ProtocolVersion : byte
Fields
Name | Description |
---|---|
DseV2 | DSE protocol v2. DSE 6.0+. |
MaxSupported | The higher protocol version that is supported by this driver. When acquiring the first connection, it will use this version to start protocol negotiation. |
MinSupported | The lower protocol version that is supported by this driver. |
V1 | Cassandra protocol v1, supported in Apache Cassandra 1.2-->2.2. |
V2 | Cassandra protocol v2, supported in Apache Cassandra 2.0-->2.2. |
V3 | Cassandra protocol v3, supported in Apache Cassandra 2.1-->3.x. |
V4 | Cassandra protocol v4, supported in Apache Cassandra 2.2-->3.x. |
V5 | Cassandra protocol v5, in beta from Apache Cassandra 3.x+. Currently not supported by the driver. |