greaterThanOperatorName property

String? greaterThanOperatorName
getter/setter pair

Indicates the operator name required in the query in order to isolate the integer property using the greater-than operator.

For example, if greaterThanOperatorName is priorityabove and the property's name is priorityVal, then queries like priorityabove:<value> show results only where the value of the property named priorityVal is greater than <value>. The operator name can only contain lowercase letters (a-z). The maximum length is 32 characters.

Implementation

core.String? greaterThanOperatorName;