glue_get_partition_indexes: Retrieves the partition indexes associated with a table

View source: R/glue_operations.R

glue_get_partition_indexesR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.