Module Values_1.GetColumnStatisticsTaskRunsRequestSource

Retrieves information about all runs associated with the specified table.

Sourcetype nonrec t = {
  1. databaseName : Values_0.DatabaseName.t;
    (*

    The name of the database where the table resides.

    *)
  2. tableName : Values_0.NameString.t;
    (*

    The name of the table.

    *)
  3. maxResults : PageSize.t option;
    (*

    The maximum size of the response.

    *)
  4. nextToken : Token.t option;
    (*

    A continuation token, if this is a continuation call.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> databaseName:Values_0.DatabaseName.t -> tableName:Values_0.NameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PageSize.t | `String of Values_0.DatabaseName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t