Click or drag to resize
MetadataGetKeyspaces Method
Returns a collection of all defined keyspaces names.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ICollection<string> GetKeyspaces()

Return Value

Type: ICollectionString
a collection of all defined keyspaces names.
See Also