Share via


access_condition::set_if_none_match_etag Method

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

void set_if_none_match_etag(
   utility::string_t value
);

Parameters

  • value
    A quoted ETag string, or "*" to match any ETag.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

access_condition Class