StringComparisonOperator
Fields used to apply flexible filters on strings.
Constructors
constructor
**new StringComparisonOperator**()
Properties
containsstringThe filtered string must contain this value.
ends_withstringThe filtered string must end with this value.
gtstringThe filtered string must be greater than this value.
gtestringThe filtered string must be greater than or equal to this value.
ltstringThe filtered string must be less than this value.
ltestringThe filtered string must be less than or equal to this value.
starts_withstringThe filtered string must start with this value.
Was this section helpful?