lakeformation_list_table_storage_optimizers: Returns the configuration of all storage optimizers...

View source: R/lakeformation_operations.R

lakeformation_list_table_storage_optimizersR Documentation

Returns the configuration of all storage optimizers associated with a specified table

Description

Returns the configuration of all storage optimizers associated with a specified table.

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

Usage

lakeformation_list_table_storage_optimizers(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  StorageOptimizerType = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

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.

StorageOptimizerType

The specific type of storage optimizers to list. The supported value is compaction.

MaxResults

The number of storage optimizers to return on each call.

NextToken

A continuation token, if this is a continuation call.


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