AggregateKind
Type: enum (of string)
Kind of aggregation for read / measured values from multiple end points.
Must be one of:
"AggregateKind.secondMinimum"
"AggregateKind.none"
"AggregateKind.highThreshold"
"AggregateKind.sum"
"AggregateKind.lowThreshold"
"AggregateKind.secondMaximum"
"AggregateKind.nominal"
"AggregateKind.fifthMaximum"
"AggregateKind.maximum"
"AggregateKind.excess"
"AggregateKind.thirdMaximum"
"AggregateKind.minimum"
"AggregateKind.normal"
"AggregateKind.average"
"AggregateKind.fourthMaximum"