Interface
The definitions for one or more field-based statistics to be calculated.
Properties
Property | Type | Notes |
---|---|---|
onStatisticField | string | Field to execute statistic query. |
outStatisticFieldName | string | Name of statistic query result. |
statisticParameters | StatisticParameters | The parameters is for percentile statistics. |
statisticType | "var" | "max" | "min" | "sum" | "count" | "avg" | "stddev" | "percentile_cont" | "percentile_disc" | Statistic type. |