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.
lakeformation_list_table_storage_optimizers(
CatalogId = NULL,
DatabaseName,
TableName,
StorageOptimizerType = NULL,
MaxResults = NULL,
NextToken = NULL
)
The Catalog ID of the table.
[required] Name of the database where the table is present.
[required] Name of the table.
The specific type of storage optimizers to list. The supported value is
compaction
.
The number of storage optimizers to return on each call.
A continuation token, if this is a continuation call.