Updates settings for a column statistics task
Source:R/glue_operations.R
glue_update_column_statistics_task_settings.RdUpdates settings for a column statistics task.
See https://www.paws-r-sdk.com/docs/glue_update_column_statistics_task_settings/ for full documentation.
Usage
glue_update_column_statistics_task_settings(
DatabaseName,
TableName,
Role = NULL,
Schedule = NULL,
ColumnNameList = NULL,
SampleSize = NULL,
CatalogID = NULL,
SecurityConfiguration = NULL
)Arguments
- 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.