ValueComparison(value)Enum used by IntComparisonFilter and DoubleComparisonFilter to indicate the relation between source value and compare value.
Enums |
|
|---|---|
| Name | Description |
VALUE_COMPARISON_UNSPECIFIED |
Value comparison unspecified. |
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN |
Value is smaller than the Compare value. |
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN |
Value is smaller or equal than the Compare value. |
VALUE_COMPARISON_IF_VALUE_LARGER_THAN |
Value is larger than the Compare value. |
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN |
Value is larger or equal than the Compare value. |