Click or drag to resize
KeyspaceMetadataName Property
Gets the name of this keyspace.

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

Return Value

Type: String
the name of this CQL keyspace.
See Also