s3tables_get_table_metadata_location {paws.storage} | R Documentation |
Gets the location of the table metadata
Description
Gets the location of the table metadata.
See https://www.paws-r-sdk.com/docs/s3tables_get_table_metadata_location/ for full documentation.
Usage
s3tables_get_table_metadata_location(tableBucketARN, namespace, name)
Arguments
tableBucketARN |
[required] The Amazon Resource Name (ARN) of the table bucket. |
namespace |
[required] The namespace of the table. |
name |
[required] The name of the table. |
[Package paws.storage version 0.9.0 Index]