Values_2.StartColumnStatisticsTaskRunRequestSourceStarts a column statistics task run, for a specified table and columns.
type nonrec t = {databaseName : Values_0.NameString.t;The name of the database where the table resides.
*)tableName : Values_0.NameString.t;The name of the table to generate statistics.
*)columnNameList : Values_1.ColumnNameList.t option;A list of the column names to generate statistics. If none is supplied, all column names for the table will be used by default.
*)role : Values_0.NameString.t;The IAM role that the service assumes to generate statistics.
*)sampleSize : Values_1.SampleSizePercentage.t option;The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.
*)catalogID : Values_0.NameString.t option;The ID of the Data Catalog where the table reside. If none is supplied, the Amazon Web Services account ID is used by default.
*)securityConfiguration : Values_0.NameString.t option;Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.
*)}val make :
?columnNameList:??? ->
?sampleSize:??? ->
?catalogID:??? ->
?securityConfiguration:??? ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
role:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_1.SampleSizePercentage.t
| `List of [> `String of Values_0.NameString.t ] list
| `String of Values_0.NameString.t ])
list ]