| Modifier and Type | Method and Description |
|---|---|
ThresholdRuleCondition |
ThresholdRuleCondition.withOperator(ConditionOperator operator)
Set the operator used to compare the data and the threshold.
|
ThresholdRuleCondition |
ThresholdRuleCondition.withThreshold(double threshold)
Set the threshold value that activates the alert.
|
ThresholdRuleCondition |
ThresholdRuleCondition.withTimeAggregation(TimeAggregationOperator timeAggregation)
Set the time aggregation operator.
|
ThresholdRuleCondition |
ThresholdRuleCondition.withWindowSize(org.joda.time.Period windowSize)
Set the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/