OptionalisIs null (if true is specified) or is not null (if false is specified).
OptionalequalEqual to the specified value.
OptionalnotNot equal to the specified value.
OptionaldistinctNot equal to the specified value, treating null like an ordinary value.
OptionalnotEqual to the specified value, treating null like an ordinary value.
OptionallessLess than the specified value.
OptionallessLess than or equal to the specified value.
OptionalgreaterGreater than the specified value.
OptionalgreaterGreater than or equal to the specified value.
OptionalcontainsContains the specified list of values.
OptionalcontainedContained by the specified list of values.
OptionaloverlapsOverlaps the specified list of values.
OptionalanyAny array item is equal to the specified value.
OptionalanyAny array item is not equal to the specified value.
OptionalanyAny array item is less than the specified value.
OptionalanyAny array item is less than or equal to the specified value.
OptionalanyAny array item is greater than the specified value.
OptionalanyAny 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.’