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

FileCreateHardLinkHeaders interface

定义File_createHardLink作的标头。

属性

clientRequestId

如果在请求中发送客户端请求 ID 标头,此标头将出现在响应中,其值相同。

date

由服务生成的 UTC 日期/时间值,指示响应的启动时间。

etag

ETag 包含一个值,该值表示文件的版本(以引号为单位)。

fileChangeTime

更改文件的时间。

fileCreationTime

文件的创建时间。

fileId

文件的 fileId。

fileLastWriteTime

文件的上次写入时间。

fileParentId

目录的父 fileId。

lastModified

返回上次修改共享的日期和时间。 修改目录或其属性的任何操作将更新上次修改时间。 对文件执行的作不会影响目录的上次修改时间。

posixProperties

NFS 文件的属性。

requestId

此标头唯一标识已发出的请求,并可用于对请求进行故障排除。

version

指示用于执行请求的文件服务的版本。

属性详细信息

clientRequestId

如果在请求中发送客户端请求 ID 标头,此标头将出现在响应中,其值相同。

clientRequestId?: string

属性值

string

date

由服务生成的 UTC 日期/时间值,指示响应的启动时间。

date?: Date

属性值

Date

etag

ETag 包含一个值,该值表示文件的版本(以引号为单位)。

etag?: string

属性值

string

fileChangeTime

更改文件的时间。

fileChangeTime?: Date

属性值

Date

fileCreationTime

文件的创建时间。

fileCreationTime?: Date

属性值

Date

fileId

文件的 fileId。

fileId?: string

属性值

string

fileLastWriteTime

文件的上次写入时间。

fileLastWriteTime?: Date

属性值

Date

fileParentId

目录的父 fileId。

fileParentId?: string

属性值

string

lastModified

返回上次修改共享的日期和时间。 修改目录或其属性的任何操作将更新上次修改时间。 对文件执行的作不会影响目录的上次修改时间。

lastModified?: Date

属性值

Date

posixProperties

NFS 文件的属性。

posixProperties?: FilePosixProperties

属性值

requestId

此标头唯一标识已发出的请求,并可用于对请求进行故障排除。

requestId?: string

属性值

string

version

指示用于执行请求的文件服务的版本。

version?: string

属性值

string