Studio Service

FileOutputCondition

FileOutputCondition

A condition to be used against FileOutput 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.
fileProcessingJobIdUUIDChecks for equality with the object’s `fileProcessingJobId` field.
urlStringChecks for equality with the object’s `url` field.
contentJSONChecks for equality with the object’s `content` field.
metadataJSONChecks for equality with the object’s `metadata` field.
mimetypeStringChecks for equality with the object’s `mimetype` field.
sizeBigIntChecks for equality with the object’s `size` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
commonFileIdUUIDChecks for equality with the object’s `commonFileId` field.