你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileHttpHeaders interface

属性

fileCacheControl

可选。 设置文件的缓存控件。 如果指定,则此属性随 文件一起存储,并通过读取请求返回。

fileContentDisposition

可选。 设置文件的 Content-Disposition 标头。

fileContentEncoding

可选。 设置文件的内容编码。 如果指定,则此属性随 文件一起存储,并通过读取请求返回。

fileContentLanguage

可选。 设置文件的内容语言。 如果指定,则此属性随 文件一起存储,并通过读取请求返回。

fileContentMD5

可选。 文件内容的 MD5 哈希。 请注意,不验证此哈希值,因为在上载各块时已验证其哈希值。

fileContentType

可选。 设置文件的内容类型。 如果指定,则此属性随 文件一起存储,并通过读取请求返回。

属性详细信息

fileCacheControl

可选。 设置文件的缓存控件。 如果指定,则此属性随 文件一起存储,并通过读取请求返回。

fileCacheControl?: string

属性值

string

fileContentDisposition

可选。 设置文件的 Content-Disposition 标头。

fileContentDisposition?: string

属性值

string

fileContentEncoding

可选。 设置文件的内容编码。 如果指定,则此属性随 文件一起存储,并通过读取请求返回。

fileContentEncoding?: string

属性值

string

fileContentLanguage

可选。 设置文件的内容语言。 如果指定,则此属性随 文件一起存储,并通过读取请求返回。

fileContentLanguage?: string

属性值

string

fileContentMD5

可选。 文件内容的 MD5 哈希。 请注意,不验证此哈希值,因为在上载各块时已验证其哈希值。

fileContentMD5?: Uint8Array

属性值

Uint8Array

fileContentType

可选。 设置文件的内容类型。 如果指定,则此属性随 文件一起存储,并通过读取请求返回。

fileContentType?: string

属性值

string