ALBServicesFileDownloadMetadata

ALBServicesFileDownloadMetadata
ALBServicesFileDownloadMetadata
JSON Example
{
    "checksum": "string",
    "checksum_type": "string",
    "chunk_size": 0,
    "is_multi_part_download": false,
    "signed_url": "string",
    "total_size": 0
}
string
checksum
Optional

Checksum of the file. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
checksum_type
Optional

Currently only MD5 checksum type is supported. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint64 As uint64
chunk_size
Optional

Checksum size in bytes. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
is_multi_part_download
Required

Whether the file can be downloaded in parts or not. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
signed_url
Required

Sigend url of the file from pulse. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint64 As uint64
total_size
Required

Total size of the file in bytes. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.