Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobHTTPHeaders

Package version

Additional parameters for a set of operations.

Hierarchy

  • BlobHTTPHeaders

Index

Properties

Optional blobCacheControl

blobCacheControl: undefined | string

Optional. Sets the blob's cache control. If specified, this property is stored with the blob and returned with a read request.

Optional blobContentDisposition

blobContentDisposition: undefined | string

Optional. Sets the blob's Content-Disposition header.

Optional blobContentEncoding

blobContentEncoding: undefined | string

Optional. Sets the blob's content encoding. If specified, this property is stored with the blob and returned with a read request.

Optional blobContentLanguage

blobContentLanguage: undefined | string

Optional. Set the blob's content language. If specified, this property is stored with the blob and returned with a read request.

Optional blobContentMD5

blobContentMD5: Uint8Array

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.

Optional blobContentType

blobContentType: undefined | string

Optional. Sets the blob's content type. If specified, this property is stored with the blob and returned with a read request.

Generated using TypeDoc