Values_1.ColumnStatisticsTaskSettingsSourceThe settings for a column statistics task.
type nonrec t = {databaseName : Values_0.DatabaseName.t option;The name of the database where the table resides.
*)tableName : TableName.t option;The name of the table for which to generate column statistics.
*)schedule : Values_0.Schedule.t option;A schedule for running the column statistics, specified in CRON syntax.
*)columnNameList : ColumnNameList.t option;A list of column names for which to run statistics.
*)catalogID : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the database resides.
*)role : Values_0.Role.t option;The role used for running the column statistics.
*)sampleSize : SampleSizePercentage.t option;The percentage of data to sample.
*)securityConfiguration : Values_0.CrawlerSecurityConfiguration.t option;Name of the security configuration that is used to encrypt CloudWatch logs.
*)scheduleType : ScheduleType.t option;The type of schedule for a column statistics task. Possible values may be CRON or AUTO.
*)settingSource : SettingSource.t option;The source of setting the column statistics task. Possible values may be CATALOG or TABLE.
*)lastExecutionAttempt : ExecutionAttempt.t option;The last ExecutionAttempt for the column statistics task run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of SampleSizePercentage.t
| `Enum of string
| `List of [> `String of Values_0.NameString.t ] list
| `String of Values_0.DatabaseName.t
| `Structure of
(string
* [> `Enum of string
| `String of string
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]