| ProtocolVersion Enumeration |
Namespace: Dse
public enum ProtocolVersion
| Member name | Value | Description | |
|---|---|---|---|
| V1 | 1 | Cassandra protocol v1, supported in Apache Cassandra 1.2-->2.2. | |
| V2 | 2 | Cassandra protocol v2, supported in Apache Cassandra 2.0-->2.2. | |
| V3 | 3 | Cassandra protocol v3, supported in Apache Cassandra 2.1-->3.x. | |
| V4 | 4 | Cassandra protocol v4, supported in Apache Cassandra 2.2-->3.x. | |
| V5 | 5 | Cassandra protocol v5, in beta from Apache Cassandra 3.x+. Currently not supported by the driver. | |
| MaxSupported | 4 |
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 | 1 | The lower protocol version that is supported by this driver. |