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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript