Skip to main content
Skip to main content

StringComparisonOperator

Fields used to apply flexible filters on strings.

constructor


Properties

containsstring
The filtered string must contain this value.
ends_withstring
The filtered string must end with this value.
gtstring
The filtered string must be greater than this value.
gtestring
The filtered string must be greater than or equal to this value.
ltstring
The filtered string must be less than this value.
ltestring
The filtered string must be less than or equal to this value.
starts_withstring
The filtered string must start with this value.
Was this section helpful?