Lists the namespaces within a table bucket
Source:R/s3tables_operations.R
s3tables_list_namespaces.RdLists 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
ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.- maxNamespaces
The maximum number of namespaces to return in the list.