FileProcessingJobCondition
FileProcessingJobCondition
A condition to be used against FileProcessingJob
object types. All fields are
tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
fileId | UUID | Checks for equality with the object’s `fileId` field. | |
jobType | JobType | Checks for equality with the object’s `jobType` field. | |
jobTargetOutput | JobTargetOutput | Checks for equality with the object’s `jobTargetOutput` field. | |
info | JSON | Checks for equality with the object’s `info` field. | |
status | JobStatus | Checks for equality with the object’s `status` field. | |
retries | Int | Checks for equality with the object’s `retries` field. | |
lastRetryAt | Datetime | Checks for equality with the object’s `lastRetryAt` field. | |
error | String | Checks for equality with the object’s `error` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
finishedAt | Datetime | Checks for equality with the object’s `finishedAt` field. | |
startedAt | Datetime | Checks for equality with the object’s `startedAt` field. |