TimeAggregationType Enum

time aggregation type. How the data that is collected should be combined over time. The default value is Average.

Inheritance
builtins.str
TimeAggregationType
TimeAggregationType

Constructor

TimeAggregationType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

AVERAGE
COUNT
LAST
MAXIMUM
MINIMUM
TOTAL