LogMetricTriggerResponse

data class LogMetricTriggerResponse(val metricColumn: String? = null, val metricTriggerType: String? = null, val threshold: Double? = null, val thresholdOperator: String? = null)

A log metrics trigger descriptor.

Constructors

Link copied to clipboard
constructor(metricColumn: String? = null, metricTriggerType: String? = null, threshold: Double? = null, thresholdOperator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val metricColumn: String? = null

Evaluation of metric on a particular column

Link copied to clipboard

Metric Trigger Type - 'Consecutive' or 'Total'

Link copied to clipboard
val threshold: Double? = null

The threshold of the metric trigger.

Link copied to clipboard

Evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'.