s3tables_list_tables {paws.storage} | R Documentation |
List tables in the given table bucket
Description
List tables in the given table bucket. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide.
See https://www.paws-r-sdk.com/docs/s3tables_list_tables/ for full documentation.
Usage
s3tables_list_tables(
tableBucketARN,
namespace = NULL,
prefix = NULL,
continuationToken = NULL,
maxTables = NULL
)
Arguments
tableBucketARN |
[required] The Amazon resource Name (ARN) of the table bucket. |
namespace |
The namespace of the tables. |
prefix |
The prefix of the tables. |
continuationToken |
|
maxTables |
The maximum number of tables to return. |
[Package paws.storage version 0.9.0 Index]