minuteRanges property

List<MinuteRange>? minuteRanges
getter/setter pair

The minute ranges of event data to read.

If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.

Implementation

core.List<MinuteRange>? minuteRanges;