Values_1.GetColumnStatisticsTaskRunsRequestSourceRetrieves information about all runs associated with the specified table.
type nonrec t = {databaseName : Values_0.DatabaseName.t;The name of the database where the table resides.
*)tableName : Values_0.NameString.t;The name of the table.
*)maxResults : PageSize.t option;The maximum size of the response.
*)nextToken : Token.t option;A continuation token, if this is a continuation call.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
databaseName:Values_0.DatabaseName.t ->
tableName:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t | `String of Values_0.DatabaseName.t ])
list ]