Click or drag to resize

BuilderWithApplicationVersion Method

An optional configuration identifying the version of the application using this cluster instance.

This value is passed to the server as a startup option and is useful as metadata for describing a client connection.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public Builder WithApplicationVersion(
	string version
)

Parameters

version
Type: SystemString
The version of the application using this cluster.

Return Value

Type: Builder
this instance
See Also