ColumnStatisticsTaskSettings
The settings for a column statistics task.
Types
Properties
Link copied to clipboard
A list of column names for which to run statistics.
Link copied to clipboard
The name of the database where the table resides.
Link copied to clipboard
The last ExecutionAttempt
for the column statistics task run.
Link copied to clipboard
The percentage of data to sample.
Link copied to clipboard
The type of schedule for a column statistics task. Possible values may be CRON
or AUTO
.
Link copied to clipboard
Name of the security configuration that is used to encrypt CloudWatch logs.
Link copied to clipboard
The source of setting the column statistics task. Possible values may be CATALOG
or TABLE
.
Functions
Link copied to clipboard
inline fun copy(block: ColumnStatisticsTaskSettings.Builder.() -> Unit = {}): ColumnStatisticsTaskSettings