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

ModifiedAccessConditionsModel interface

参数组

属性

ifMatch

指定一个 ETag 值,以便仅对具有匹配值的 Blob 进行操作。

ifModifiedSince

指定此标头值,使其仅在 Blob 自指定日期/时间以来已对其进行修改时操作。

ifNoneMatch

指定一个 ETag 值,以便仅在没有匹配值的 Blob 上运行。

ifTags

在 Blob 标记上指定 SQL where 子句,以仅对具有匹配值的 Blob 进行操作。

ifUnmodifiedSince

指定此标头值,使其仅在自指定日期/时间以来未修改的 Blob 上操作。

属性详细信息

ifMatch

指定一个 ETag 值,以便仅对具有匹配值的 Blob 进行操作。

ifMatch?: string

属性值

string

ifModifiedSince

指定此标头值,使其仅在 Blob 自指定日期/时间以来已对其进行修改时操作。

ifModifiedSince?: Date

属性值

Date

ifNoneMatch

指定一个 ETag 值,以便仅在没有匹配值的 Blob 上运行。

ifNoneMatch?: string

属性值

string

ifTags

在 Blob 标记上指定 SQL where 子句,以仅对具有匹配值的 Blob 进行操作。

ifTags?: string

属性值

string

ifUnmodifiedSince

指定此标头值,使其仅在自指定日期/时间以来未修改的 Blob 上操作。

ifUnmodifiedSince?: Date

属性值

Date