lakeformation_update_table_storage_optimizer: Updates the configuration of the storage optimizers for a...

View source: R/lakeformation_operations.R

lakeformation_update_table_storage_optimizerR Documentation

Updates the configuration of the storage optimizers for a table

Description

Updates the configuration of the storage optimizers for a table.

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

Usage

lakeformation_update_table_storage_optimizer(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  StorageOptimizerConfig
)

Arguments

CatalogId

The Catalog ID of the table.

DatabaseName

[required] Name of the database where the table is present.

TableName

[required] Name of the table for which to enable the storage optimizer.

StorageOptimizerConfig

[required] Name of the table for which to enable the storage optimizer.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.