BlobHTTPHeaders interface
Parameter group
blob |
Optional. Sets the blob's cache control. If specified, this property is stored with the blob and returned with a read request. |
blob |
Optional. Sets the blob's Content-Disposition header. |
blob |
Optional. Sets the blob's content encoding. If specified, this property is stored with the blob and returned with a read request. |
blob |
Optional. Set the blob's content language. If specified, this property is stored with the blob and returned with a read request. |
blob |
Optional. An MD5 hash of the blob content. Note that this hash is not validated, as the hashes for the individual blocks were validated when each was uploaded. |
blob |
Optional. Sets the blob's content type. If specified, this property is stored with the blob and returned with a read request. |
Optional. Sets the blob's cache control. If specified, this property is stored with the blob and returned with a read request.
blobCacheControl?: string
Property Value
string
Optional. Sets the blob's Content-Disposition header.
blobContentDisposition?: string
Property Value
string
Optional. Sets the blob's content encoding. If specified, this property is stored with the blob and returned with a read request.
blobContentEncoding?: string
Property Value
string
Optional. Set the blob's content language. If specified, this property is stored with the blob and returned with a read request.
blobContentLanguage?: string
Property Value
string
Optional. An MD5 hash of the blob content. Note that this hash is not validated, as the hashes for the individual blocks were validated when each was uploaded.
blobContentMD5?: Uint8Array
Property Value
Uint8Array
Optional. Sets the blob's content type. If specified, this property is stored with the blob and returned with a read request.
blobContentType?: string
Property Value
string