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
inIncluded in the specified list.
Optional
notNot included in the specified list.
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 JSON.
Optional
containsContains the specified key.
Optional
containsContains all of the specified keys.
Optional
containsContains any of the specified keys.
Optional
containedContained by the specified JSON.
A filter to be used against JSON fields. All fields are combined with a logical ‘and.’