Click or drag to resize

BuilderWithApplicationName Method

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

Parameters

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

Return Value

Type: Builder
this instance
See Also