KeyspaceMetadataGetTableMetadata Method |
Returns metadata of specified table in this keyspace.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.7.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