comparison property
The comparison to apply between the number of rows returned by the query and the threshold.
Required. Possible string values are:
- "COMPARISON_UNSPECIFIED" : No ordering relationship is specified.
- "COMPARISON_GT" : True if the left argument is greater than the right argument.
- "COMPARISON_GE" : True if the left argument is greater than or equal to the right argument.
- "COMPARISON_LT" : True if the left argument is less than the right argument.
- "COMPARISON_LE" : True if the left argument is less than or equal to the right argument.
- "COMPARISON_EQ" : True if the left argument is equal to the right argument.
- "COMPARISON_NE" : True if the left argument is not equal to the right argument.
Implementation
core.String? comparison;