percentOperator property
The choice of percent operator to determine how to compare targets to percent(s).
Required. Possible string values are:
- "UNKNOWN" : Per http://go/protodosdonts
- "LESS_OR_EQUAL" : Target percentiles less than or equal to the target percent. A condition using this operator must specify micro_percent.
- "GREATER_THAN" : Target percentiles greater than the target percent. A condition using this operator must specify micro_percent.
- "BETWEEN" : Target percentiles within an interval defined by a lower bound and an upper bound. The lower bound is an exclusive (open) bound and the micro_percent_range_upper_bound is an inclusive (closed) bound. A condition using this operator must specify micro_percent_range.
Implementation
core.String? percentOperator;