Skip to main content
Skip to main content

StringComparisonOperator

Fields used to apply flexible filters on strings.

constructor


Properties

ltstring
The filtered string must be less than 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.
ltestring
The filtered string must be less than or equal to this value.
containsstring
The filtered string must contain this value.
starts_withstring
The filtered string must start with this value.
ends_withstring
The filtered string must end with this value.
Was this section helpful?