Share via


access_condition::generate_if_match_condition Method

Generates an access condition such that an operation will be performed only if the resource's ETag value matches the specified ETag value.

static access_condition generate_if_match_condition(
   utility::string_t etag
);

Parameters

  • etag
    The ETag value that must be matched.

Return Value

An azure::storage::access_condition object that represents the If-Match condition.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

access_condition Class