ManagementEventAggregationConditionResponse

data class ManagementEventAggregationConditionResponse(val operator: String? = null, val threshold: Double? = null, val windowSize: String? = null)

How the data that is collected should be combined over time.

Constructors

constructor(operator: String? = null, threshold: Double? = null, windowSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val operator: String? = null

the condition operator.

Link copied to clipboard
val threshold: Double? = null

The threshold value that activates the alert.

Link copied to clipboard
val windowSize: String? = null

the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day.