Returns TableMetadata for specified table in specified keyspace.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public TableMetadata GetTable(
string keyspace,
string tableName
)
Parameters
- keyspace
- Type: SystemString
name of the keyspace within specified table is defined. - tableName
- Type: SystemString
name of table for which metadata should be returned.
Return Value
Type:
TableMetadataa TableMetadata for the specified table in the specified keyspace.
See Also