View source: R/glue_operations.R
glue_update_column_statistics_task_settings | R Documentation |
Updates settings for a column statistics task.
See https://www.paws-r-sdk.com/docs/glue_update_column_statistics_task_settings/ for full documentation.
glue_update_column_statistics_task_settings(
DatabaseName,
TableName,
Role = NULL,
Schedule = NULL,
ColumnNameList = NULL,
SampleSize = NULL,
CatalogID = NULL,
SecurityConfiguration = NULL
)
DatabaseName |
[required] The name of the database where the table resides. |
TableName |
[required] The name of the table for which to generate column statistics. |
Role |
The role used for running the column statistics. |
Schedule |
A schedule for running the column statistics, specified in CRON syntax. |
ColumnNameList |
A list of column names for which to run statistics. |
SampleSize |
The percentage of data to sample. |
CatalogID |
The ID of the Data Catalog in which the database resides. |
SecurityConfiguration |
Name of the security configuration that is used to encrypt CloudWatch logs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.