Values.ExecutionStatsSourceStatistics for a single scheduled query run.
type nonrec t = {executionTimeInMillis : Long.t option;Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
*)dataWrites : Long.t option;Data writes metered for records ingested in a single scheduled query run.
*)bytesMetered : Long.t option;Bytes metered for a single scheduled query run.
*)cumulativeBytesScanned : Long.t option;Bytes scanned for a single scheduled query run.
*)recordsIngested : Long.t option;The number of records ingested for a single scheduled query run.
*)queryResultRows : Long.t option;Number of rows present in the output from running a query before ingestion to destination data source.
*)}