Learn R Programming

paws.analytics (version 0.7.0)

glue_delete_partition_index: 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.