PropertyStatConditionRule
Condition on the metric or property key. Value is either a string or double.
Properties
Comparison operator.
Possible values are: EQ , NOT_EQ , LT , GT , CONTAINS , NOT_CONTAINS , EXISTS , NOT_EXISTS , EMPTY , NOT_EMPTY , STARTS_WITH , NOT_STARTS_WITH , ENDS_WITH , NOT_ENDS_WITH , REGEX , NOT_REGEX
Key for the property or stat
Double value of the condition
String value of the condition
JSON Example
{
"compareOperator": "EQ",
"key": "string"
}
Property Of
MembershipRuleGroup