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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public string Name { get; }

Return Value

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