EventAggregationRule

enum EventAggregationRule : Enum<EventAggregationRule>

Entries

Link copied to clipboard
@Json(name = "sum")
Sum

Just add any new value given.

Link copied to clipboard
@Json(name = "avg")
Avg

Calculate the average of the given values.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int