glue_delete_partition_index: Deletes a specified partition index from an existing table

View source: R/glue_operations.R

glue_delete_partition_indexR Documentation

Deletes a specified partition index from an existing table

Description

Deletes a specified partition index from an existing table.

See https://www.paws-r-sdk.com/docs/glue_delete_partition_index/ for full documentation.

Usage

glue_delete_partition_index(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  IndexName
)

Arguments

CatalogId

The catalog ID where the table resides.

DatabaseName

[required] Specifies the name of a database from which you want to delete a partition index.

TableName

[required] Specifies the name of a table from which you want to delete a partition index.

IndexName

[required] The name of the partition index to be deleted.


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