Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathHttpHeaders

Package version

Parameter group

Hierarchy

  • PathHttpHeaders

Index

Properties

Optional cacheControl

cacheControl: 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 contentDisposition

contentDisposition: undefined | string

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

Optional contentEncoding

contentEncoding: 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 contentLanguage

contentLanguage: 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 contentMD5

contentMD5: Uint8Array

Specify the transactional md5 for the body, to be validated by the service.

Optional contentType

contentType: undefined | string

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

Optional transactionalContentHash

transactionalContentHash: Uint8Array

Specify the transactional md5 for the body, to be validated by the service.

Generated using TypeDoc