Filter: ExportJobFilter

Filter type for ExportJob.

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


Input Fields

NameTypeDescription
ANDExportJobFilter

A field that checks if all filters in the list apply

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

ORExportJobFilter

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.

assetVersionAssetVersionFilter

Checks if assetVersion is not null, and allows to filter based on its fields.

completedDateTimeDateTime

Checks if completedDateTime equals a specified value.

If an index exists on completedDateTime, it can be used.

The timestamp the export job was completed

completedDateTime_gtDateTime

Checks if completedDateTime is greater than a specified value.

The timestamp the export job was completed

completedDateTime_gteDateTime

Checks if completedDateTime is greater or equal a specified value.

The timestamp the export job was completed

completedDateTime_inDateTime

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

The timestamp the export job was completed

completedDateTime_ltDateTime

Checks if completedDateTime is less than a specified value.

The timestamp the export job was completed

completedDateTime_lteDateTime

Checks if completedDateTime is less or equal a specified value.

The timestamp the export job was completed

completedDateTime_notDateTime

Checks if completedDateTime does not equal a specified value

The timestamp the export job was completed

completedDateTime_not_inDateTime

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

The timestamp the export job was completed

createdAtDateTime

Checks if createdAt equals a specified value.

If an index exists on createdAt, it can be used.

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

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

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

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

The instant this object has been created

createdByUserFilter

Checks if createdBy is not null, and allows to filter based on its fields.

errorMessageString

Checks if errorMessage equals a specified string, case-sensitively.

If an index exists on errorMessage, it can be used.

See also like for a case-insensitive filter.

The error message if the export job failed in processing

errorMessage_containsString

Checks if errorMessage contains a specified string, case-sensitively.

The error message if the export job failed in processing

errorMessage_ends_withString

Checks if errorMessage ends with a specified string, case-sensitively.

The error message if the export job failed in processing

errorMessage_gtString

Checks if errorMessage is greater than a specified value.

The error message if the export job failed in processing

errorMessage_gteString

Checks if errorMessage is greater or equal a specified value.

The error message if the export job failed in processing

errorMessage_inString

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

The error message if the export job failed in processing

errorMessage_likeString

Matches errorMessage against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on errorMessage, it can be used for the literal prefix (the part until the first placeholder).

The error message if the export job failed in processing

errorMessage_ltString

Checks if errorMessage is less than a specified value.

The error message if the export job failed in processing

errorMessage_lteString

Checks if errorMessage is less or equal a specified value.

The error message if the export job failed in processing

errorMessage_notString

Checks if errorMessage does not equal a specified string, case-sensitively.

The error message if the export job failed in processing

errorMessage_not_containsString

Checks if errorMessage does not contain a specified string, case-sensitively.

The error message if the export job failed in processing

errorMessage_not_ends_withString

Checks if errorMessage does not end with a specified string, case-sensitively.

The error message if the export job failed in processing

errorMessage_not_inString

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

The error message if the export job failed in processing

errorMessage_not_likeString

Checks if errorMessage does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The error message if the export job failed in processing

errorMessage_not_starts_withString

Checks if errorMessage does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The error message if the export job failed in processing

errorMessage_starts_withString

Checks if errorMessage starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The error message if the export job failed in processing

idID

Checks if id equals a specified value.

If an index exists on id, it can be used.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gtID

Checks if id is greater than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gteID

Checks if id is greater or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

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

An auto-generated string that identifies this root entity uniquely among others of the same type

id_ltID

Checks if id is less than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_lteID

Checks if id is less or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

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

An auto-generated string that identifies this root entity uniquely among others of the same type

nameString

Checks if name equals a specified string, case-sensitively.

If an index exists on name, it can be used.

See also like for a case-insensitive filter.

The friendly name of the export job used for displaying in the app and naming the file

name_containsString

Checks if name contains a specified string, case-sensitively.

The friendly name of the export job used for displaying in the app and naming the file

name_ends_withString

Checks if name ends with a specified string, case-sensitively.

The friendly name of the export job used for displaying in the app and naming the file

name_gtString

Checks if name is greater than a specified value.

The friendly name of the export job used for displaying in the app and naming the file

name_gteString

Checks if name is greater or equal a specified value.

The friendly name of the export job used for displaying in the app and naming the file

name_inString

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

The friendly name of the export job used for displaying in the app and naming the file

name_likeString

Matches name against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on name, it can be used for the literal prefix (the part until the first placeholder).

The friendly name of the export job used for displaying in the app and naming the file

name_ltString

Checks if name is less than a specified value.

The friendly name of the export job used for displaying in the app and naming the file

name_lteString

Checks if name is less or equal a specified value.

The friendly name of the export job used for displaying in the app and naming the file

name_notString

Checks if name does not equal a specified string, case-sensitively.

The friendly name of the export job used for displaying in the app and naming the file

name_not_containsString

Checks if name does not contain a specified string, case-sensitively.

The friendly name of the export job used for displaying in the app and naming the file

name_not_ends_withString

Checks if name does not end with a specified string, case-sensitively.

The friendly name of the export job used for displaying in the app and naming the file

name_not_inString

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

The friendly name of the export job used for displaying in the app and naming the file

name_not_likeString

Checks if name does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The friendly name of the export job used for displaying in the app and naming the file

name_not_starts_withString

Checks if name does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The friendly name of the export job used for displaying in the app and naming the file

name_starts_withString

Checks if name starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The friendly name of the export job used for displaying in the app and naming the file

productProductFilter

Checks if product is not null, and allows to filter based on its fields.

requestedDateTimeDateTime

Checks if requestedDateTime equals a specified value.

If an index exists on requestedDateTime, it can be used.

The timestamp the export job was requested

requestedDateTime_gtDateTime

Checks if requestedDateTime is greater than a specified value.

The timestamp the export job was requested

requestedDateTime_gteDateTime

Checks if requestedDateTime is greater or equal a specified value.

The timestamp the export job was requested

requestedDateTime_inDateTime

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

The timestamp the export job was requested

requestedDateTime_ltDateTime

Checks if requestedDateTime is less than a specified value.

The timestamp the export job was requested

requestedDateTime_lteDateTime

Checks if requestedDateTime is less or equal a specified value.

The timestamp the export job was requested

requestedDateTime_notDateTime

Checks if requestedDateTime does not equal a specified value

The timestamp the export job was requested

requestedDateTime_not_inDateTime

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

The timestamp the export job was requested

statusAsyncJobStatus

Checks if status equals a specified value.

If an index exists on status, it can be used.

The status of the export job

status_inAsyncJobStatus

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

The status of the export job

status_notAsyncJobStatus

Checks if status does not equal a specified value

The status of the export job

status_not_inAsyncJobStatus

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

The status of the export job

typeExportJobType

Checks if type equals a specified value.

If an index exists on type, it can be used.

The type of the export job

type_inExportJobType

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

The type of the export job

type_notExportJobType

Checks if type does not equal a specified value

The type of the export job

type_not_inExportJobType

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

The type of the export job

updatedAtDateTime

Checks if updatedAt equals a specified value.

If an index exists on updatedAt, it can be used.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

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

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

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

The instant this object has been updated the last time (not including relation updates)

workflowIdString

Checks if workflowId equals a specified string, case-sensitively.

If an index exists on workflowId, it can be used.

See also like for a case-insensitive filter.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_containsString

Checks if workflowId contains a specified string, case-sensitively.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_ends_withString

Checks if workflowId ends with a specified string, case-sensitively.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_gtString

Checks if workflowId is greater than a specified value.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_gteString

Checks if workflowId is greater or equal a specified value.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_inString

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

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_likeString

Matches workflowId against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on workflowId, it can be used for the literal prefix (the part until the first placeholder).

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_ltString

Checks if workflowId is less than a specified value.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_lteString

Checks if workflowId is less or equal a specified value.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_notString

Checks if workflowId does not equal a specified string, case-sensitively.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_not_containsString

Checks if workflowId does not contain a specified string, case-sensitively.

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_withString

Checks if workflowId does not end with a specified string, case-sensitively.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_not_inString

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

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_not_likeString

Checks if workflowId does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

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_withString

Checks if workflowId does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The workflow id associated with the export job. This is an internal id used to track the progress of the export job.

workflowId_starts_withString

Checks if workflowId starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

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-10-16