MetricAggregationType type
Definuje hodnoty pro MetricAggregationType. Mezi možné hodnoty patří: NotSpecified, None, Average, Minimum, Maximum, Total, Count.
type MetricAggregationType = "NotSpecified" | "None" | "Average" | "Minimum" | "Maximum" | "Total" | "Count"