Share via


access_condition::generate_if_not_modified_since_condition Method

Generates an access condition such that an operation will be performed only if the resource has not been modified since the specified time.

static access_condition generate_if_not_modified_since_condition(
   utility::datetime modified_time
);

Parameters

  • modified_time
    The time since which the resource must not have been modified in order for the operation to proceed.

Return Value

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

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

access_condition Class