Returns TableMetadata for specified table in specified keyspace.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
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