Click or drag to resize

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

Parameters

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

Return Value

Type: DseClusterBuilder
this instance
See Also