Optional
isIs null (if true
is specified) or is not null (if false
is specified).
Optional
equalEqual to the specified value.
Optional
notNot equal to the specified value.
Optional
distinctNot equal to the specified value, treating null like an ordinary value.
Optional
notEqual to the specified value, treating null like an ordinary value.
Optional
lessLess than the specified value.
Optional
lessLess than or equal to the specified value.
Optional
greaterGreater than the specified value.
Optional
greaterGreater than or equal to the specified value.
Optional
containsContains the specified list of values.
Optional
containedContained by the specified list of values.
Optional
overlapsOverlaps the specified list of values.
Optional
anyAny array item is equal to the specified value.
Optional
anyAny array item is not equal to the specified value.
Optional
anyAny array item is less than the specified value.
Optional
anyAny array item is less than or equal to the specified value.
Optional
anyAny array item is greater than the specified value.
Optional
anyAny array item is greater than or equal to the specified value.
A filter to be used against Float List fields. All fields are combined with a logical ‘and.’