Returns names of all tables which are defined within specified keyspace.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
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