MatchConditions interface

Specifies HTTP options for conditional requests based on ETag matching.

Properties

ifMatch

Specify an ETag value to operate only on blobs with a matching value.

ifNoneMatch

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