Mechanism to use when evaluating an AlertCondition.
Namespace: ININ.IceLib.Statistics.AlertsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum AlertConditionComparison |
Visual Basic |
---|
Public Enumeration AlertConditionComparison |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Represents the condition has not been specified yet. | |
IsNotAvailable | 1 | Repesents a condition where IsNull is trueTruetruetrue (True in Visual Basic), which indicates nullNothingnullptra null reference (Nothing in Visual Basic), or not set value. | |
IsAvailable | 2 | Repesents a condition where IsNull is falseFalsefalsefalse (False in Visual Basic), which indicates a valid value other than nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsTrue | 3 | Represents a condition where the boolean value is expected to be trueTruetruetrue (True in Visual Basic). | |
IsFalse | 4 | Represents a condition where the boolean value is expected to be falseFalsefalsefalse (False in Visual Basic). | |
IsLessThan | 5 | Represents a condition where the numeric value is expected to be less than the minimum. | |
IsGreaterThan | 6 | Represents a condition where the numeric value is expected to be greater than the maximum. | |
Range | 7 | Represents a condition where the numeric value is between the lower and the upper bound (minimum and maximum). | |
EqualTo | 8 | Represents a condition where a StatisticValue string value is equal to the comparison value. | |
NotEqualTo | 9 | Represents a condition where a StatisticValue string value is not equal to the comparison value. | |
Contains | 10 | Represents a condition where a StatisticValue string value contains the comparison value. | |
DoesNotContain | 11 | Represents a condition where a StatisticValue string value does not contain the comparison value. | |
MatchesPrefix | 12 | Represents a condition where a StatisticValue string value matches the prefix. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.