keyspaces_get_table: Returns information about the table, including the table's...

View source: R/keyspaces_operations.R

keyspaces_get_tableR Documentation

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

Description

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.