FileHTTPHeaders interface
Additional parameters for a set of operations, such as: File_create, File_setHTTPHeaders.
Properties
file |
Sets the file's cache control. The File service stores this value but does not use or modify it. |
file |
Sets the file's Content-Disposition header. |
file |
Specifies which content encodings have been applied to the file. |
file |
Specifies the natural languages used by this resource. |
file |
Sets the file's MD5 hash. |
file |
Sets the MIME content type of the file. The default type is 'application/octet-stream'. |
Property Details
fileCacheControl
Sets the file's cache control. The File service stores this value but does not use or modify it.
fileCacheControl?: undefined | string
Property Value
undefined | string
fileContentDisposition
Sets the file's Content-Disposition header.
fileContentDisposition?: undefined | string
Property Value
undefined | string
fileContentEncoding
Specifies which content encodings have been applied to the file.
fileContentEncoding?: undefined | string
Property Value
undefined | string
fileContentLanguage
Specifies the natural languages used by this resource.
fileContentLanguage?: undefined | string
Property Value
undefined | string
fileContentMD5
Sets the file's MD5 hash.
fileContentMD5?: Uint8Array
Property Value
Uint8Array
fileContentType
Sets the MIME content type of the file. The default type is 'application/octet-stream'.
fileContentType?: undefined | string
Property Value
undefined | string
Azure SDK for JavaScript