Studio Service

FileOutputFilter

FileOutputFilter

A filter to be used against FileOutput 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.
fileIdUUIDFilterFilter by the object’s `fileId` field.
fileProcessingJobIdUUIDFilterFilter by the object’s `fileProcessingJobId` field.
urlStringFilterFilter by the object’s `url` field.
contentJSONFilterFilter by the object’s `content` field.
metadataJSONFilterFilter by the object’s `metadata` field.
mimetypeStringFilterFilter by the object’s `mimetype` field.
sizeBigIntFilterFilter by the object’s `size` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
commonFileIdUUIDFilterFilter by the object’s `commonFileId` field.
and[FileOutputFilter!]Checks for all expressions in this list.
or[FileOutputFilter!]Checks for any expressions in this list.
notFileOutputFilterNegates the expression.