EvaluatedPeriod interface

Details of the evaluated period.

Properties

highThreshold

The high threshold value for the evaluation period.

lowThreshold

The low threshold value for the evaluation period.

metricValue

The metric value for the evaluation period.

thresholdMet

Indicates whether the threshold was met during the evaluation period.

timestamp

The timestamp of the evaluated period.

Property Details

highThreshold

The high threshold value for the evaluation period.

highThreshold?: number

Property Value

number

lowThreshold

The low threshold value for the evaluation period.

lowThreshold?: number

Property Value

number

metricValue

The metric value for the evaluation period.

metricValue?: number

Property Value

number

thresholdMet

Indicates whether the threshold was met during the evaluation period.

thresholdMet?: boolean

Property Value

boolean

timestamp

The timestamp of the evaluated period.

timestamp?: Date

Property Value

Date