Values.QuerySourceA SQL string of criteria about events that you want to collect in an event data store.
type nonrec t = {queryId : UUID.t option;The ID of a query.
*)queryStatus : QueryStatus.t option;The status of the query. This can be QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.
*)creationTime : Date.t option;The creation time of a query.
*)}