View source: R/keyspaces_operations.R
keyspaces_get_table | R Documentation |
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.
keyspaces_get_table(keyspaceName, tableName)
keyspaceName |
[required] The name of the keyspace that the table is stored in. |
tableName |
[required] The name of the table. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.