Click or drag to resize

BuilderGetConfiguration Method

The configuration that will be used for the new cluster.

You should not modify this object directly as change made to the returned object may not be used by the cluster build. Instead, you should use the other methods of this Builder

.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Configuration GetConfiguration()

Return Value

Type: Configuration
the configuration to use for the new cluster.

Implements

IInitializerGetConfiguration
See Also