Module Values_0.PercentileAggregationSource

An aggregation based on the percentile of values in a dimension or measure.

Sourcetype nonrec t = {
  1. percentileValue : PercentileValue.t option;
    (*

    The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

    *)
}
Sourceval make : ?percentileValue:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of PercentileValue.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