共用方式為


ModifiedAccessConditionsModel interface

參數群組

屬性

ifMatch

指定ETag值,以只在具有相符值的 Blob 上運作。

ifModifiedSince

指定這個標頭值,只有在自指定的日期/時間之後修改過 Blob 時,才會在 Blob 上運作。

ifNoneMatch

指定ETag值,以只在沒有相符值的 Blob 上運作。

ifTags

指定 BLOB 標記上的 SQL where 子句,以只在具有相符值的 Blob 上運作。

ifUnmodifiedSince

指定此標頭值,只有在自指定的日期/時間之後尚未修改 Blob 時,才會在 Blob 上運作。

屬性詳細資料

ifMatch

指定ETag值,以只在具有相符值的 Blob 上運作。

ifMatch?: string

屬性值

string

ifModifiedSince

指定這個標頭值,只有在自指定的日期/時間之後修改過 Blob 時,才會在 Blob 上運作。

ifModifiedSince?: Date

屬性值

Date

ifNoneMatch

指定ETag值,以只在沒有相符值的 Blob 上運作。

ifNoneMatch?: string

屬性值

string

ifTags

指定 BLOB 標記上的 SQL where 子句,以只在具有相符值的 Blob 上運作。

ifTags?: string

屬性值

string

ifUnmodifiedSince

指定此標頭值,只有在自指定的日期/時間之後尚未修改 Blob 時,才會在 Blob 上運作。

ifUnmodifiedSince?: Date

屬性值

Date