Studio Service

FileCondition

FileCondition

A condition to be used against File 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.
folderIdUUIDChecks for equality with the object’s `folderId` field.
nameStringChecks for equality with the object’s `name` field.
mimetypeStringChecks for equality with the object’s `mimetype` field.
sizeBigIntChecks for equality with the object’s `size` field.
sourceStringChecks for equality with the object’s `source` field.
fileProcessingStatusJobStatusChecks for equality with the object’s `fileProcessingStatus` field.
metadataJSONChecks for equality with the object’s `metadata` field.
tags[String]Checks for equality with the object’s `tags` field.
availableAtDatetimeChecks for equality with the object’s `availableAt` field.
expireAtDatetimeChecks for equality with the object’s `expireAt` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.
commonFileIdUUIDChecks for equality with the object’s `commonFileId` field.
isSharedBooleanChecks for equality with the object’s `isShared` field.
isSharedExplicitBooleanChecks for equality with the object’s `isSharedExplicit` field.
isSharedAllBooleanChecks for equality with the object’s `isSharedAll` field.