Monitoring_FunctionType
Monitoring_FunctionType
Monitoring.FunctionType enumerated type Defines aggregation function
COUNT : Aggregation takes count per period (sum)
MAX : Aggregation takes maximums per period
AVG : Aggregation takes average per period
MIN : Aggregation takes minimums per period
This data structure has no properties.
Enumeration:
COUNT,
MAX,
AVG,
MIN,