The File Entity

FileMetadata

The FileMetadata entity contains metadata about files uploaded to the Catalytic platform. Once uploaded, files can be deleted, but not modified.

Common Properties

These are the most commonly used properties of a FileMetadata.

NameTypeDescription
idstringThe unique ID of the File
namestringThe original name of the uploaded File
teamNamestringThe name of the Catalytic team to which the File was uploaded
contentTypestringThe content type of the File
sizeInBytesintThe size of the File in bytes
displaySizestringA human-readable version of the file size. E.g., 40 MB
isPublicbooleanIndicates where the file can be downloaded without authentication
md5HashstringThe MD5 hash of the file's contents