Filter: ExportJobFilter
Filter type for ExportJob.
All fields in this type are and-combined; see the or
field for or-combination.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | ExportJobFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | ExportJobFilter | 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 |
assetVersion | AssetVersionFilter | Checks if |
completedDateTime | DateTime | Checks if If an index exists on The timestamp the export job was completed |
completedDateTime_gt | DateTime | Checks if The timestamp the export job was completed |
completedDateTime_gte | DateTime | Checks if The timestamp the export job was completed |
completedDateTime_in | DateTime | Checks if The timestamp the export job was completed |
completedDateTime_lt | DateTime | Checks if The timestamp the export job was completed |
completedDateTime_lte | DateTime | Checks if The timestamp the export job was completed |
completedDateTime_not | DateTime | Checks if The timestamp the export job was completed |
completedDateTime_not_in | DateTime | Checks if The timestamp the export job was completed |
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 |
createdBy | UserFilter | Checks if |
errorMessage | String | Checks if If an index exists on See also The error message if the export job failed in processing |
errorMessage_contains | String | Checks if The error message if the export job failed in processing |
errorMessage_ends_with | String | Checks if The error message if the export job failed in processing |
errorMessage_gt | String | Checks if The error message if the export job failed in processing |
errorMessage_gte | String | Checks if The error message if the export job failed in processing |
errorMessage_in | String | Checks if The error message if the export job failed in processing |
errorMessage_like | String | Matches
If an index exists on The error message if the export job failed in processing |
errorMessage_lt | String | Checks if The error message if the export job failed in processing |
errorMessage_lte | String | Checks if The error message if the export job failed in processing |
errorMessage_not | String | Checks if The error message if the export job failed in processing |
errorMessage_not_contains | String | Checks if The error message if the export job failed in processing |
errorMessage_not_ends_with | String | Checks if The error message if the export job failed in processing |
errorMessage_not_in | String | Checks if The error message if the export job failed in processing |
errorMessage_not_like | String | Checks if
The error message if the export job failed in processing |
errorMessage_not_starts_with | String | Checks if Never uses an index. Consider using The error message if the export job failed in processing |
errorMessage_starts_with | String | Checks if Never uses an index. Consider using The error message if the export job failed in processing |
id | ID | Checks if If an index exists on An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
name | String | Checks if If an index exists on See also The friendly name of the export job used for displaying in the app and naming the file |
name_contains | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_ends_with | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_gt | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_gte | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_in | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_like | String | Matches
If an index exists on The friendly name of the export job used for displaying in the app and naming the file |
name_lt | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_lte | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_not | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_not_contains | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_not_ends_with | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_not_in | String | Checks if The friendly name of the export job used for displaying in the app and naming the file |
name_not_like | String | Checks if
The friendly name of the export job used for displaying in the app and naming the file |
name_not_starts_with | String | Checks if Never uses an index. Consider using The friendly name of the export job used for displaying in the app and naming the file |
name_starts_with | String | Checks if Never uses an index. Consider using The friendly name of the export job used for displaying in the app and naming the file |
product | ProductFilter | Checks if |
requestedDateTime | DateTime | Checks if If an index exists on The timestamp the export job was requested |
requestedDateTime_gt | DateTime | Checks if The timestamp the export job was requested |
requestedDateTime_gte | DateTime | Checks if The timestamp the export job was requested |
requestedDateTime_in | DateTime | Checks if The timestamp the export job was requested |
requestedDateTime_lt | DateTime | Checks if The timestamp the export job was requested |
requestedDateTime_lte | DateTime | Checks if The timestamp the export job was requested |
requestedDateTime_not | DateTime | Checks if The timestamp the export job was requested |
requestedDateTime_not_in | DateTime | Checks if The timestamp the export job was requested |
status | AsyncJobStatus | Checks if If an index exists on The status of the export job |
status_in | AsyncJobStatus | Checks if The status of the export job |
status_not | AsyncJobStatus | Checks if The status of the export job |
status_not_in | AsyncJobStatus | Checks if The status of the export job |
type | ExportJobType | Checks if If an index exists on The type of the export job |
type_in | ExportJobType | Checks if The type of the export job |
type_not | ExportJobType | Checks if The type of the export job |
type_not_in | ExportJobType | Checks if The type of the export job |
updatedAt | DateTime | Checks if If an index exists on The instant this object has been updated the last time (not including relation updates) |
updatedAt_gt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_gte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
workflowId | String | Checks if If an index exists on See also The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_contains | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_ends_with | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_gt | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_gte | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_in | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_like | String | Matches
If an index exists on The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_lt | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_lte | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_not | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_not_contains | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_not_ends_with | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_not_in | String | Checks if The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_not_like | String | Checks if
The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_not_starts_with | String | Checks if Never uses an index. Consider using The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
workflowId_starts_with | String | Checks if Never uses an index. Consider using The workflow id associated with the export job. This is an internal id used to track the progress of the export job. |
This page was generated: 2024-11-06