Skip to contents

Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.

See https://www.paws-r-sdk.com/docs/keyspaces_get_table/ for full documentation.

Usage

keyspaces_get_table(keyspaceName, tableName)

Arguments

keyspaceName

[required] The name of the keyspace that the table is stored in.

tableName

[required] The name of the table.