Filter: IDFilter

Filter type for ID.

All fields in this type are and-combined; see the or field for or-combination.

Input Fields

NameTypeDescription
ANDIDFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORIDFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

equalID

Checks if the value equals a specified value.

If an index exists on the value, it can be used.

gtID

Checks if the value is greater than a specified value.

gteID

Checks if the value is greater or equal a specified value.

inID

Checks if the value is equal to one of the specified values.

ltID

Checks if the value is less than a specified value.

lteID

Checks if the value is less or equal a specified value.

notID

Checks if the value does not equal a specified value

not_inID

Checks if the value is not equal to one of the specified values.


This page was generated: 2024-05-17