Values_0.StatisticsSourceA map of key-value pairs for all supported statistics. For issues with missing or unexpected values for this API, consult Fleet indexing troubleshooting guide.
type nonrec t = {count : Count.t option;The count of things that match the query string criteria and contain a valid aggregation field value.
*)average : Average.t option;The average of the aggregated field values.
*)sum : Sum.t option;The sum of the aggregated field values.
*)minimum : Minimum.t option;The minimum aggregated field value.
*)maximum : Maximum.t option;The maximum aggregated field value.
*)sumOfSquares : SumOfSquares.t option;The sum of the squares of the aggregated field values.
*)variance : Variance.t option;The variance of the aggregated field values.
*)stdDeviation : StdDeviation.t option;The standard deviation of the aggregated field values.
*)}