Studio Service

ReceiveUpdatesFilter

ReceiveUpdatesFilter

A filter to be used against ReceiveUpdates fields. All fields are combined with a logical ‘and.’

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToReceiveUpdatesEqual to the specified value.
notEqualToReceiveUpdatesNot equal to the specified value.
distinctFromReceiveUpdatesNot equal to the specified value, treating null like an ordinary value.
notDistinctFromReceiveUpdatesEqual to the specified value, treating null like an ordinary value.
in[ReceiveUpdates!]Included in the specified list.
notIn[ReceiveUpdates!]Not included in the specified list.
lessThanReceiveUpdatesLess than the specified value.
lessThanOrEqualToReceiveUpdatesLess than or equal to the specified value.
greaterThanReceiveUpdatesGreater than the specified value.
greaterThanOrEqualToReceiveUpdatesGreater than or equal to the specified value.