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

FileCreateIfNotExistsResponse interface

包含 createIfNotExists 操作的响应数据。

Extends

继承属性

contentLength

资源的大小(以字节为单位)。

continuation

重命名目录时,每次调用时重命名的路径数是有限的。 如果要重命名的路径数超过此限制,则会在此响应标头中返回延续标记。 在响应中返回延续标记时,必须在后续调用重命名操作中指定该标记,以继续重命名目录。

date

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

encryptionKeySha256

用于加密 Blob 的加密密钥的 SHA-256 哈希。 仅当使用客户提供的密钥对 blob 进行加密时,才会返回此标头。

errorCode

错误代码

etag

与文件或目录关联的 HTTP 实体标记。

isServerEncrypted

如果使用指定的算法成功加密请求的内容,则此标头的值设置为 true,否则设置为 false。

lastModified

上次修改文件或目录的数据和时间。 对文件或目录的写入操作会更新上次修改时间。

requestId

服务器生成的 UUID 记录在分析日志中,用于故障排除和关联。

succeeded

指示目录/文件是否已成功创建。 如果目录/文件由于已存在而未更改,则为 false。

version

用于处理请求的 REST 协议版本。

继承属性详细信息

contentLength

资源的大小(以字节为单位)。

contentLength?: number

属性值

number

继承自PathCreateIfNotExistsResponse.contentLength

continuation

重命名目录时,每次调用时重命名的路径数是有限的。 如果要重命名的路径数超过此限制,则会在此响应标头中返回延续标记。 在响应中返回延续标记时,必须在后续调用重命名操作中指定该标记,以继续重命名目录。

continuation?: string

属性值

string

继承自PathCreateIfNotExistsResponse.continuation

date

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

date?: Date

属性值

Date

继承自PathCreateIfNotExistsResponse.date

encryptionKeySha256

用于加密 Blob 的加密密钥的 SHA-256 哈希。 仅当使用客户提供的密钥对 blob 进行加密时,才会返回此标头。

encryptionKeySha256?: string

属性值

string

继承自PathCreateIfNotExistsResponse.encryptionKeySha256

errorCode

错误代码

errorCode?: string

属性值

string

继承自PathCreateIfNotExistsResponse.errorCode

etag

与文件或目录关联的 HTTP 实体标记。

etag?: string

属性值

string

继承自PathCreateIfNotExistsResponse.etag

isServerEncrypted

如果使用指定的算法成功加密请求的内容,则此标头的值设置为 true,否则设置为 false。

isServerEncrypted?: boolean

属性值

boolean

继承自PathCreateIfNotExistsResponse.isServerEncrypted

lastModified

上次修改文件或目录的数据和时间。 对文件或目录的写入操作会更新上次修改时间。

lastModified?: Date

属性值

Date

继承自PathCreateIfNotExistsResponse.lastModified

requestId

服务器生成的 UUID 记录在分析日志中,用于故障排除和关联。

requestId?: string

属性值

string

继承自PathCreateIfNotExistsResponse.requestId

succeeded

指示目录/文件是否已成功创建。 如果目录/文件由于已存在而未更改,则为 false。

succeeded: boolean

属性值

boolean

继承自PathCreateIfNotExistsResponse.succeeded

version

用于处理请求的 REST 协议版本。

version?: string

属性值

string

继承自PathCreateIfNotExistsResponse.version