Filter: KeyValuePairFilter
Filter type for KeyValuePair.
All fields in this type are and-combined; see the or
field for or-combination.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | KeyValuePairFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | KeyValuePairFilter | 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 |
createdAt | DateTime | Checks if If an index exists on The instant this object has been created |
createdAt_gt | DateTime | Checks if The instant this object has been created |
createdAt_gte | DateTime | Checks if The instant this object has been created |
createdAt_in | DateTime | Checks if The instant this object has been created |
createdAt_lt | DateTime | Checks if The instant this object has been created |
createdAt_lte | DateTime | Checks if The instant this object has been created |
createdAt_not | DateTime | Checks if The instant this object has been created |
createdAt_not_in | DateTime | Checks if The instant this object has been created |
id | ID | Checks if If an index exists on An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_gt | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_gte | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_in | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_lt | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_lte | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_not | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_not_in | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
key | String | Checks if If an index exists on See also The key value |
key_contains | String | Checks if The key value |
key_ends_with | String | Checks if The key value |
key_gt | String | Checks if The key value |
key_gte | String | Checks if The key value |
key_in | String | Checks if The key value |
key_like | String | Matches
If an index exists on The key value |
key_lt | String | Checks if The key value |
key_lte | String | Checks if The key value |
key_not | String | Checks if The key value |
key_not_contains | String | Checks if The key value |
key_not_ends_with | String | Checks if The key value |
key_not_in | String | Checks if The key value |
key_not_like | String | Checks if
The key value |
key_not_starts_with | String | Checks if Never uses an index. Consider using The key value |
key_starts_with | String | Checks if Never uses an index. Consider using The key value |
updatedAt | DateTime | Checks if If an index exists on The instant this object has been updated the last time |
updatedAt_gt | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_gte | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_in | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_lt | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_lte | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_not | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_not_in | DateTime | Checks if The instant this object has been updated the last time |
value | String | Checks if If an index exists on See also The value associated to the key |
value_contains | String | Checks if The value associated to the key |
value_ends_with | String | Checks if The value associated to the key |
value_gt | String | Checks if The value associated to the key |
value_gte | String | Checks if The value associated to the key |
value_in | String | Checks if The value associated to the key |
value_like | String | Matches
If an index exists on The value associated to the key |
value_lt | String | Checks if The value associated to the key |
value_lte | String | Checks if The value associated to the key |
value_not | String | Checks if The value associated to the key |
value_not_contains | String | Checks if The value associated to the key |
value_not_ends_with | String | Checks if The value associated to the key |
value_not_in | String | Checks if The value associated to the key |
value_not_like | String | Checks if
The value associated to the key |
value_not_starts_with | String | Checks if Never uses an index. Consider using The value associated to the key |
value_starts_with | String | Checks if Never uses an index. Consider using The value associated to the key |
This page was generated: 2024-11-06