Click or drag to resize
MetadataGetKeyspace Method
Returns metadata of specified keyspace.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public KeyspaceMetadata GetKeyspace(
	string keyspace
)

Parameters

keyspace
Type: SystemString
the name of the keyspace for which metadata should be returned.

Return Value

Type: KeyspaceMetadata
the metadata of the requested keyspace or null if * keyspace is not a known keyspace.
See Also