keyspaces_list_tables function

The ListTables operation returns a list of tables for a specified keyspace

The ListTables operation returns a list of tables for a specified keyspace

The list_tables operation returns a list of tables for a specified keyspace.

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

keyspaces_list_tables(nextToken = NULL, maxResults = NULL, keyspaceName)

Arguments

  • nextToken: The pagination token. To resume pagination, provide the NextToken

    value as an argument of a subsequent API invocation.

  • 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 NextToken is provided in the output. To resume pagination, provide the NextToken

    value as an argument of a subsequent API invocation.

  • keyspaceName: [required] The name of the keyspace.

  • Maintainer: Dyfan Jones
  • License: Apache License (>= 2.0)
  • Last published: 2025-03-14

Downloads (last 30 days):