FileOutputCondition
FileOutputCondition
A condition to be used against FileOutput
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. | |
fileProcessingJobId | UUID | Checks for equality with the object’s `fileProcessingJobId` field. | |
url | String | Checks for equality with the object’s `url` field. | |
content | JSON | Checks for equality with the object’s `content` field. | |
metadata | JSON | Checks for equality with the object’s `metadata` field. | |
mimetype | String | Checks for equality with the object’s `mimetype` field. | |
size | BigInt | Checks for equality with the object’s `size` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
commonFileId | UUID | Checks for equality with the object’s `commonFileId` field. |