Monitoring_IntervalType

Monitoring_IntervalType
Monitoring_IntervalType

Monitoring.IntervalType enumerated type Defines interval between the values in hours and mins, for which aggregation will apply
MINUTES30 : Thirty minutes interval between values. One week is 336 values.
HOURS2 : Two hours interval between values. One month has 360 values.
MINUTES5 : Five minutes interval between values (finest). One day would have 288 values, one week is 2016.
DAY1 : 24 hours interval between values. One year has 365 values.
HOURS6 : Six hour interval between values. One quarter is 360 values.

This data structure has no properties.
Enumeration: MINUTES30, HOURS2, MINUTES5, DAY1, HOURS6,