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

CreateFileOptions interface

传递给 createFile 的选项,用于指定有关文件的元数据。

属性

lastModified

文件的上次修改时间作为 UNIX 时间戳。 这默认为当前日期。

type

文件的 MIME 类型。

webkitRelativePath

上传目录时此文件的相对路径。

属性详细信息

lastModified

文件的上次修改时间作为 UNIX 时间戳。 这默认为当前日期。

lastModified?: number

属性值

number

type

文件的 MIME 类型。

type?: string

属性值

string

webkitRelativePath

上传目录时此文件的相对路径。

webkitRelativePath?: string

属性值

string