FileHTTPHeaders interface

Additional parameters for a set of operations, such as: File_create, File_setHTTPHeaders.

Properties

fileCacheControl

Sets the file's cache control. The File service stores this value but does not use or modify it.

fileContentDisposition

Sets the file's Content-Disposition header.

fileContentEncoding

Specifies which content encodings have been applied to the file.

fileContentLanguage

Specifies the natural languages used by this resource.

fileContentMD5

Sets the file's MD5 hash.

fileContentType

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