Click or drag to resize

KeyspaceMetadataGetTableMetadata Method

Returns metadata of specified table in this keyspace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public TableMetadata GetTableMetadata(
	string tableName
)

Parameters

tableName
Type: SystemString
the name of table to retrieve

Return Value

Type: TableMetadata
the metadata for table tableName in this keyspace if it exists, null otherwise.
See Also