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: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax
C#
public Configuration GetConfiguration()

Return Value

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

Implements

IInitializerGetConfiguration
See Also