Values_2.DataQuerySourceA query used for retrieving network health data.
type nonrec t = {id : Values_0.String_.t option;A user-defined ID associated with a data query that's returned in the dataResponse identifying the query. For example, if you set the Id to MyQuery01in the query, the dataResponse identifies the query as MyQuery01.
*)source : Values_0.String_.t option;The Region or Availability Zone that's the source for the data query. For example, us-east-1.
*)destination : Values_0.String_.t option;The Region or Availability Zone that's the target for the data query. For example, eu-north-1.
*)metric : Values_1.MetricType.t option;The metric used for the network performance request.
*)statistic : Values_1.StatisticType.t option;The metric data aggregation period, p50, between the specified startDate and endDate. For example, a metric of five_minutes is the median of all the data points gathered within those five minutes. p50 is the only supported metric.
*)period : Values_1.PeriodType.t option;The aggregation period used for the data query.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]