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