Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MatchConditions interface
- Package:
- @azure/storage-blob
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
