Skip to main content

FilterOperator

The available Filter operators.

values

  • EQUALS

    Selects values that are equal to the specified value.

  • NOT_EQUALS

    Selects values that are not equal to the specified value.

  • GREATER_THAN

    Selects values that are greater than the specified value.

  • GREATER_THAN_OR_EQUAL_TO

    Selects values that are greater or equal to the specified value.

  • LESS_THAN

    Selects values that are less than the specified value.

  • LESS_THAN_OR_EQUAL_TO

    Selects values that are less or equal to the specified value.