Share via


access_condition::set_if_match_etag Method

Sets an ETag that must match the ETag of a resource.

void set_if_match_etag(
   utility::string_t value
);

Parameters

  • value
    A string containing the ETag, in quotes.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

access_condition Class