Click or drag to resize

DseClusterBuilderWithApplicationVersion Method

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

This value is passed to DSE and is useful as metadata for describing a client connection.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DseClusterBuilder WithApplicationVersion(
	string version
)

Parameters

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

Return Value

Type: DseClusterBuilder
this instance
See Also