Click or drag to resize

BuilderWithClusterId Method

An optional configuration for providing a unique identifier for the created cluster instance.

If not provided, an id will generated.

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 WithClusterId(
	Guid id
)

Parameters

id
Type: SystemGuid
The id to assign to this cluster instance.

Return Value

Type: Builder
this instance
See Also