Studio Service

FileProcessingJobCondition

FileProcessingJobCondition

A condition to be used against FileProcessingJob object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
spaceIdUUIDChecks for equality with the object’s `spaceId` field.
fileIdUUIDChecks for equality with the object’s `fileId` field.
jobTypeJobTypeChecks for equality with the object’s `jobType` field.
jobTargetOutputJobTargetOutputChecks for equality with the object’s `jobTargetOutput` field.
infoJSONChecks for equality with the object’s `info` field.
statusJobStatusChecks for equality with the object’s `status` field.
retriesIntChecks for equality with the object’s `retries` field.
lastRetryAtDatetimeChecks for equality with the object’s `lastRetryAt` field.
errorStringChecks for equality with the object’s `error` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
finishedAtDatetimeChecks for equality with the object’s `finishedAt` field.
startedAtDatetimeChecks for equality with the object’s `startedAt` field.