Skip to main content

AggregateKind

Class Description

Kind of aggregation for read / measured values from multiple end points.

Attributes

NameTypeDescription
averageThe value represents average.
excessThe value represents an amount over which a threshold was exceeded.
fifthMaximumThe fifth highest value observed.
fourthMaximumThe fourth highest value observed.
highThresholdThe value represents a programmed high threshold.
lowThresholdThe value represents a programmed low threshold.
maximumThe highest value observed.
minimumThe smallest value observed.
nominalThe nominal value.
noneNot applicable.
normalThe normal value.
secondMaximumThe second highest value observed.
secondMinimumThe second smallest value observed.
sumThe accumulated sum.
thirdMaximumThe third highest value observed.

Relationships

Ancestors

No ancestor classes

Descendents

No descendent classes

Associations

None