Enumeration EventAggregationRule

The rule how to aggregate the value of an event (if any given) with subsequent calls.

Enumeration Members

Enumeration Members

Avg: "avg"

Calculate the mean average of the values.

Sum: "sum"

Calculate the sum of the values.

Generated using TypeDoc