FileHttpHeaders interface

Properties

fileCacheControl

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

fileContentDisposition

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

fileContentEncoding

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

fileContentLanguage

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

fileContentMD5

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.

fileContentType

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

Property Details

fileCacheControl

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

fileCacheControl?: string

Property Value

string

fileContentDisposition

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

fileContentDisposition?: string

Property Value

string

fileContentEncoding

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

fileContentEncoding?: string

Property Value

string

fileContentLanguage

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

fileContentLanguage?: string

Property Value

string

fileContentMD5

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.

fileContentMD5?: Uint8Array

Property Value

Uint8Array

fileContentType

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

fileContentType?: string

Property Value

string