Click or drag to resize

MetadataGetTable Method

Returns TableMetadata for specified table in specified keyspace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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: TableMetadata
a TableMetadata for the specified table in the specified keyspace.
See Also