FileCondition
FileCondition
A condition to be used against File
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. | |
folderId | UUID | Checks for equality with the object’s `folderId` field. | |
name | String | Checks for equality with the object’s `name` field. | |
mimetype | String | Checks for equality with the object’s `mimetype` field. | |
size | BigInt | Checks for equality with the object’s `size` field. | |
source | String | Checks for equality with the object’s `source` field. | |
fileProcessingStatus | JobStatus | Checks for equality with the object’s `fileProcessingStatus` field. | |
metadata | JSON | Checks for equality with the object’s `metadata` field. | |
tags | [String] | Checks for equality with the object’s `tags` field. | |
availableAt | Datetime | Checks for equality with the object’s `availableAt` field. | |
expireAt | Datetime | Checks for equality with the object’s `expireAt` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |
commonFileId | UUID | Checks for equality with the object’s `commonFileId` field. | |
isShared | Boolean | Checks for equality with the object’s `isShared` field. | |
isSharedExplicit | Boolean | Checks for equality with the object’s `isSharedExplicit` field. | |
isSharedAll | Boolean | Checks for equality with the object’s `isSharedAll` field. |