Click or drag to resize

BuilderWithMaxProtocolVersion Method (ProtocolVersion)

Limits the maximum protocol version used to connect to the nodes

When it is not set, the protocol version used is negotiated between the driver and the Cassandra cluster upon establishing the first connection.

Useful when connecting to a cluster that contains nodes with different major/minor versions of Cassandra. For example, preparing for a rolling upgrade of the Cluster.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Builder WithMaxProtocolVersion(
	ProtocolVersion version
)

Parameters

version
Type: DseProtocolVersion

Return Value

Type: Builder
this instance
Remarks
Some Cassandra features are only available with a specific protocol version.
See Also