NumericValueMatcher
A numeric value with a comparison operator used as a numeric range boundary.
Notes
Specifies a numeric value and a comparison operator (such as greater than, less than, or equal to) used as one bound of a numeric range condition.
Usage
- YAML
- JSON
- XML
number: 0
operator: gt
{
"number": 0,
"operator": "gt"
}
<numericValueMatcher>
<number>0</number>
<operator>gt</operator>
</numericValueMatcher>
Properties
| Property | Type | Required | Default |
|---|---|---|---|
number | number | No | - |
operator | enum | No | - |
Property Details
number
The number the field value is compared against, using operator. Field values that are not numbers never match.
operator
The logical operator used to combine multiple conditions (AND or OR).
Allowed Values
gtgeeqlelt