Retrieves the partition indexes associated with a table
Source:R/glue_operations.R
glue_get_partition_indexes.RdRetrieves the partition indexes associated with a table.
See https://www.paws-r-sdk.com/docs/glue_get_partition_indexes/ for full documentation.
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.