Share via


access_condition::sequence_number_operators Enumeration

Describes the set of operators for comparing the blob�s sequence number with the specified value.

enum class sequence_number_operators;

Members

Values

Name Description

eq

If the blob�s sequence number is equal to the specified value, the request proceeds.

le

If the blob�s sequence number is less than the specified value, the request proceeds.

lt

If the blob�s sequence number is less than or equal to the specified value, the request proceeds.

none

The blob's sequence number will not be used as an access condition.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

access_condition Class