MatchConditions interface
Specifies HTTP options for conditional requests based on ETag matching.
Properties
if |
Specify an ETag value to operate only on blobs with a matching value. |
if |
Specify an ETag value to operate only on blobs without a matching value. |
Property Details
ifMatch
Specify an ETag value to operate only on blobs with a matching value.
ifMatch?: string
Property Value
string
ifNoneMatch
Specify an ETag value to operate only on blobs without a matching value.
ifNoneMatch?: string
Property Value
string