Backblaze · Schema

FileInfo

Information about a stored file

Cloud StorageObject StorageStorageBackup

Properties

Name Type Description
fileId string The unique identifier for this version of this file
fileName string The name of the file
accountId string The account that owns the file
bucketId string The bucket that the file is in
contentLength integer The size of the file in bytes
contentSha1 string The SHA1 checksum of the bytes in the file
contentType string The MIME type of the file
fileInfo object Custom information about the file
action string The action that created this file version
uploadTimestamp integer Milliseconds since midnight, January 1, 1970 UTC
View JSON Schema on GitHub