s3tables_list_namespaces {paws.storage} | R Documentation |
Lists the namespaces within a table bucket
Description
Lists the namespaces within a table bucket. For more information, see Table namespaces in the Amazon Simple Storage Service User Guide.
See https://www.paws-r-sdk.com/docs/s3tables_list_namespaces/ for full documentation.
Usage
s3tables_list_namespaces(
tableBucketARN,
prefix = NULL,
continuationToken = NULL,
maxNamespaces = NULL
)
Arguments
tableBucketARN |
[required] The Amazon Resource Name (ARN) of the table bucket. |
prefix |
The prefix of the namespaces. |
continuationToken |
|
maxNamespaces |
The maximum number of namespaces to return in the list. |
[Package paws.storage version 0.9.0 Index]