Click or drag to resize
MetadataClusterName Property
Returns the name of currently connected cluster.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public string ClusterName { get; }

Return Value

Type: String
the Cassandra name of currently connected cluster.
See Also