ReadonlyaccountAccount that owns this file.
ReadonlyactionAction that created this file version.
ReadonlybucketBucket containing this file.
ReadonlycontentSize of the file content in bytes.
ReadonlycontentMD5 checksum of the content, or null if not available.
ReadonlycontentSHA-1 checksum of the content, or null if not available (e.g., large files).
ReadonlycontentMIME type of the file content.
ReadonlyfileUnique identifier for this file version.
ReadonlyfileUser-defined key-value metadata stored with the file.
ReadonlyfileFull path and name of the file within the bucket.
ReadonlyfileObject Lock retention settings for this file version.
ReadonlyisClientAuthorizedToRead: booleanWhether the caller is authorized to read retention settings.
Readonlyvalue: FileRetentionValue | nullRetention settings, or null if the caller lacks read authorization.
ReadonlylegalLegal hold status for this file version.
ReadonlyisClientAuthorizedToRead: booleanWhether the caller is authorized to read legal hold status.
Readonlyvalue: LegalHoldValue | nullLegal hold value, or null if the caller lacks read authorization.
ReadonlyreplicationReplication status, or null if replication is not configured.
ReadonlyserverServer-side encryption settings applied to this file version.
ReadonlyuploadUTC timestamp (milliseconds) when this version was uploaded.
Complete metadata for a single file version in B2. Returned by
b2_get_file_info,b2_list_file_names,b2_list_file_versions,b2_upload_file,b2_copy_file, and other file-related endpoints.