KeyspaceMetadataGetTableMetadata Method |
Returns metadata of specified table in this keyspace.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public TableMetadata GetTableMetadata(
string tableName
)
Parameters
- tableName
- Type: SystemString
the name of table to retrieve
Return Value
Type:
TableMetadatathe metadata for table
tableName in this keyspace if it
exists,
null otherwise.
See Also