Share via


access_condition::generate_if_sequence_number_equal_condition Method

Generates an access condition such that an operation will be performed only if resource's current sequence number is equal to the specified value.

static access_condition generate_if_sequence_number_equal_condition(
   int64_t sequence_number
);

Parameters

  • sequence_number
    The value that the current sequence number of the resource must be equal to.

Return Value

An azure::storage::access_condition object that represents the If-Sequence-Number-EQ condition.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

access_condition Class