glue_get_partition_indexes {paws.analytics} | R Documentation |
Retrieves the partition indexes associated with a table
Description
Retrieves the partition indexes associated with a table.
See https://www.paws-r-sdk.com/docs/glue_get_partition_indexes/ for full documentation.
Usage
glue_get_partition_indexes(
CatalogId = NULL,
DatabaseName,
TableName,
NextToken = NULL
)
Arguments
CatalogId |
The catalog ID where the table resides. |
DatabaseName |
[required] Specifies the name of a database from which you want to retrieve partition indexes. |
TableName |
[required] Specifies the name of a table for which you want to retrieve the partition indexes. |
NextToken |
A continuation token, included if this is a continuation call. |
[Package paws.analytics version 0.7.0 Index]