Variable AggregationFrequencyConst
AggregationFrequency: {
Day: "DAY";
Month: "MONTH";
Quarter: "QUARTER";
Week: "WEEK";
Year: "YEAR";
} = ...
Type Declaration
ReadonlyDay: "DAY"
ReadonlyMonth: "MONTH"
ReadonlyQuarter: "QUARTER"
ReadonlyWeek: "WEEK"
ReadonlyYear: "YEAR"
The time period used to group data in the response. Note that this is only valid for the
PERFORMANCEtime period type.