Share via


sequence_number Class

Describes actions that can be performed on a page blob sequence number.

class sequence_number;

Members

Public Enumerations

Name Description

sequence_number::sequence_number_action Enumeration

 

Public Methods

Name Description

sequence_number::action Method

Gets the action that will be performed on a page blob sequence number.

sequence_number::increment Method

Constructs a sequence number action to increment the value of the sequence number by 1.

sequence_number::maximum Method

Constructs a sequence number action to set the higher of two values: the value included on the request, or the value currently stored for the blob.

sequence_number::update Method

Constructs a sequence number action to set the sequence number to the value included with the request.

sequence_number::value Method

Gets the page blob's sequence number.

Inheritance Hierarchy

sequence_number

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace