keyspaces_get_table {paws.database} | R 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. |
[Package paws.database version 0.9.0 Index]