Documentation navigation

DownloadObjectHeaders

Headers returned when downloading object bytes.

NameTypeDefinition
contentType?stringMIME type of the downloaded object.
contentLength?numberSize of the downloaded object in bytes.
etag?stringAn entity tag (ETag) is an opaque identifier assigned by the storage service to this specific object version.
cacheControl?stringCache-Control value stored with the object.
attributes?StorageAttributesUser-defined object attributes decoded from the response header.
createdAt?stringTimestamp when the object was created.
updatedAt?stringTimestamp when the object was last updated.

Example

{  "contentType": "string",  "contentLength": 0,  "etag": "string",  "cacheControl": "string",  "attributes": {},  "createdAt": "string",  "updatedAt": "string"}