alignmentPeriod property

String? alignmentPeriod
getter/setter pair

The alignment_period specifies a time interval, in seconds, that is used to divide the data in all the time series into consistent blocks of time.

This will be done before the per-series aligner can be applied to the data.The value must be at least 60 seconds. If a per-series aligner other than ALIGN_NONE is specified, this field is required or an error is returned. If no per-series aligner is specified, or the aligner ALIGN_NONE is specified, then this field is ignored.The maximum value of the alignment_period is 104 weeks (2 years) for charts, and 90,000 seconds (25 hours) for alerting policies.

Implementation

core.String? alignmentPeriod;