Was this helpful?
>
as in "variable > expression".
The greater than ( > ) comparison operator is used in comparison expressions. This example returns true if the variable has a greater value than the expression after evaluation, false otherwise. The comparison is numeric unless both sides evaluate as strings. For more information, see “Comparison Expressions”.
Example
if ( ctr > limit ) catchup on; # Counter over limit means time to execute the CATCHUP
# pattern-action block
Last modified date: 02/09/2024