LogMetricTrigger Class

Definition

A log metrics trigger descriptor.

public class LogMetricTrigger
type LogMetricTrigger = class
Public Class LogMetricTrigger
Inheritance
LogMetricTrigger

Constructors

LogMetricTrigger()

Initializes a new instance of the LogMetricTrigger class.

LogMetricTrigger(String, Nullable<Double>, String, String)

Initializes a new instance of the LogMetricTrigger class.

Properties

MetricColumn

Gets or sets evaluation of metric on a particular column

MetricTriggerType

Gets or sets metric Trigger Type - 'Consecutive' or 'Total'. Possible values include: 'Consecutive', 'Total'

Threshold

Gets or sets the threshold of the metric trigger.

ThresholdOperator

Gets or sets evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'. Possible values include: 'GreaterThanOrEqual', 'LessThanOrEqual', 'GreaterThan', 'LessThan', 'Equal'

Applies to