Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileHttpHeaders

Package version

Parameter group

Hierarchy

  • FileHttpHeaders

Index

Properties

Optional fileCacheControl

fileCacheControl: undefined | string

Optional. Sets the file's cache control. If specified, this property is stored with the file and returned with a read request. Sets the file's cache control. The File service stores this value but does not use or modify it.

Optional fileContentDisposition

fileContentDisposition: undefined | string

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

Optional fileContentEncoding

fileContentEncoding: undefined | string

Optional. Sets the file's content encoding. If specified, this property is stored with the file and returned with a read request. Specifies which content encodings have been applied to the file.

Optional fileContentLanguage

fileContentLanguage: undefined | string

Optional. Set the file's content language. If specified, this property is stored with the file and returned with a read request. Specifies the natural languages used by this resource.

Optional fileContentMD5

fileContentMD5: Uint8Array

Optional. An MD5 hash of the file content. Note that this hash is not validated, as the hashes for the individual blocks were validated when each was uploaded. Sets the file's MD5 hash.

Optional fileContentType

fileContentType: undefined | string

Optional. Sets the file's content type. If specified, this property is stored with the file and returned with a read request. Sets the MIME content type of the file. The default type is 'application/octet-stream'.

Generated using TypeDoc