The bucket that the file is in.
The number of bytes stored in the file. Only useful when the action is "upload". Always 0 when the action is "start", "hide", or "folder".
The SHA1 of the bytes stored in the file as a 40-digit hex string.
Large files do not have SHA1 checksums, and the value is "none".
The value is null when the action is "hide" or "folder".
When the action is "upload" or "start", the MIME type of the file, as specified when the file was uploaded.
For "hide" action, always "application/x-bz-hide-marker".
For "folder" action, always null.
The unique identifier for this version of this file.
Used with b2_get_file_info, b2_download_file_by_id, and b2_delete_file_version.
The value is null when for action "folder".
The custom information that was uploaded with the file.
This is a JSON object, holding the name/value pairs that were uploaded with the file.
The name of this file, which can be used with b2_download_file_by_name
.
This is a UTC time when this file was uploaded.
It is a base 10 number of milliseconds since midnight, January 1, 1970 UTC. This fits in a 64 bit integer.
Always 0 when the action is "folder".
Generated using TypeDoc
The account that owns the file.