keyspaces_list_tables {paws.database} | R Documentation |
Returns a list of tables for a specified keyspace
Description
Returns a list of tables for a specified keyspace.
See https://www.paws-r-sdk.com/docs/keyspaces_list_tables/ for full documentation.
Usage
keyspaces_list_tables(nextToken = NULL, maxResults = NULL, keyspaceName)
Arguments
nextToken |
The pagination token. To resume pagination, provide the |
maxResults |
The total number of tables to return in the output. If the total number
of tables available is more than the value specified, a |
keyspaceName |
[required] The name of the keyspace. |
[Package paws.database version 0.7.0 Index]