FileHttpHeaders interface
Properties
file |
Optional. Sets the file's cache control. If specified, this property is stored with the file and returned with a read request. |
file |
Optional. Sets the file's Content-Disposition header. |
file |
Optional. Sets the file's content encoding. If specified, this property is stored with the file and returned with a read request. |
file |
Optional. Set the file's content language. If specified, this property is stored with the file and returned with a read request. |
file |
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. |
file |
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