Returns names of all tables which are defined within specified keyspace.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public ICollection<string> GetTables(
string keyspace
)
Parameters
- keyspace
- Type: SystemString
the name of the keyspace for which all tables metadata should be
returned.
Return Value
Type:
ICollectionStringan ICollection of the metadata for the tables defined in this
keyspace.
See Also