Click or drag to resize

DseClusterBuilderWithApplicationName Method

An optional configuration identifying the name 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 WithApplicationName(
	string name
)

Parameters

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

Return Value

Type: DseClusterBuilder
this instance
See Also