BlobHTTPHeaders interface
Parameter group
Properties
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. |
Property Details
blobCacheControl
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
blobContentDisposition
Optional. Sets the blob's Content-Disposition header.
blobContentDisposition?: string
Property Value
string
blobContentEncoding
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
blobContentLanguage
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
blobContentMD5
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
blobContentType
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