View source: R/glue_operations.R
glue_update_table_optimizer | R Documentation |
Updates the configuration for an existing table optimizer.
See https://www.paws-r-sdk.com/docs/glue_update_table_optimizer/ for full documentation.
glue_update_table_optimizer(
CatalogId,
DatabaseName,
TableName,
Type,
TableOptimizerConfiguration
)
CatalogId |
[required] The Catalog ID of the table. |
DatabaseName |
[required] The name of the database in the catalog in which the table resides. |
TableName |
[required] The name of the table. |
Type |
[required] The type of table optimizer. |
TableOptimizerConfiguration |
[required] A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.