internal MetricAnomalyDetectionConditions(DetectionConditionsOperator?crossConditionsOperator, SmartDetectionCondition smartDetectionCondition, HardThresholdCondition hardThresholdCondition, ChangeThresholdCondition changeThresholdCondition)
 {
     CrossConditionsOperator  = crossConditionsOperator;
     SmartDetectionCondition  = smartDetectionCondition;
     HardThresholdCondition   = hardThresholdCondition;
     ChangeThresholdCondition = changeThresholdCondition;
 }
Example #2
0
 internal MetricWholeSeriesDetectionCondition(DetectionConditionOperator?conditionOperator, SmartDetectionCondition smartDetectionCondition, HardThresholdCondition hardThresholdCondition, ChangeThresholdCondition changeThresholdCondition)
 {
     ConditionOperator        = conditionOperator;
     SmartDetectionCondition  = smartDetectionCondition;
     HardThresholdCondition   = hardThresholdCondition;
     ChangeThresholdCondition = changeThresholdCondition;
 }