Filter: HashFilter
Filter type for Hash.
All fields in this type are and-combined; see the or
field for or-combination.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | HashFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | HashFilter | 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 |
alg | HashAlgorithm | Checks if If an index exists on The algorithm used to compute the hash |
alg_in | HashAlgorithm | Checks if The algorithm used to compute the hash |
alg_not | HashAlgorithm | Checks if The algorithm used to compute the hash |
alg_not_in | HashAlgorithm | Checks if The algorithm used to compute the hash |
content | String | Checks if If an index exists on See also The value of the hash computed using the specified algorithm |
content_contains | String | Checks if The value of the hash computed using the specified algorithm |
content_ends_with | String | Checks if The value of the hash computed using the specified algorithm |
content_gt | String | Checks if The value of the hash computed using the specified algorithm |
content_gte | String | Checks if The value of the hash computed using the specified algorithm |
content_in | String | Checks if The value of the hash computed using the specified algorithm |
content_like | String | Matches
If an index exists on The value of the hash computed using the specified algorithm |
content_lt | String | Checks if The value of the hash computed using the specified algorithm |
content_lte | String | Checks if The value of the hash computed using the specified algorithm |
content_not | String | Checks if The value of the hash computed using the specified algorithm |
content_not_contains | String | Checks if The value of the hash computed using the specified algorithm |
content_not_ends_with | String | Checks if The value of the hash computed using the specified algorithm |
content_not_in | String | Checks if The value of the hash computed using the specified algorithm |
content_not_like | String | Checks if
The value of the hash computed using the specified algorithm |
content_not_starts_with | String | Checks if Never uses an index. Consider using The value of the hash computed using the specified algorithm |
content_starts_with | String | Checks if Never uses an index. Consider using The value of the hash computed using the specified algorithm |
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 |
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 |
This page was generated: 2024-11-06