Enum AggregateType
Defined in File Enums.hpp
Enum Documentation
-
enum Microsoft::Applications::Events::AggregateType
The AggregateType enumeration contains a set of values that specify the type of aggregated metric.
Values:
-
enumerator AggregateType_Sum
The arithmetic sum.
-
enumerator AggregateType_Maximum
The maximum.
-
enumerator AggregateType_Minimum
The minimum.
-
enumerator AggregateType_SumOfSquares
The sum of the squares used to calculate the variance.
-
enumerator AggregateType_Sum