Studio Service

FileFilter

FileFilter

A filter to be used against File object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
folderIdUUIDFilterFilter by the object’s `folderId` field.
nameStringFilterFilter by the object’s `name` field.
mimetypeStringFilterFilter by the object’s `mimetype` field.
sizeBigIntFilterFilter by the object’s `size` field.
sourceStringFilterFilter by the object’s `source` field.
fileProcessingStatusJobStatusFilterFilter by the object’s `fileProcessingStatus` field.
metadataJSONFilterFilter by the object’s `metadata` field.
tagsStringListFilterFilter by the object’s `tags` field.
availableAtDatetimeFilterFilter by the object’s `availableAt` field.
expireAtDatetimeFilterFilter by the object’s `expireAt` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
commonFileIdUUIDFilterFilter by the object’s `commonFileId` field.
isSharedBooleanFilterFilter by the object’s `isShared` field.
isSharedExplicitBooleanFilterFilter by the object’s `isSharedExplicit` field.
isSharedAllBooleanFilterFilter by the object’s `isSharedAll` field.
and[FileFilter!]Checks for all expressions in this list.
or[FileFilter!]Checks for any expressions in this list.
notFileFilterNegates the expression.