sequence_number Class
Describes actions that can be performed on a page blob sequence number.
class sequence_number;
Members
Public Enumerations
Name | Description |
---|---|
Public Methods
Name | Description |
---|---|
Gets the action that will be performed on a page blob sequence number. |
|
Constructs a sequence number action to increment the value of the sequence number by 1. |
|
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. |
|
Constructs a sequence number action to set the sequence number to the value included with the request. |
|
Gets the page blob's sequence number. |
Inheritance Hierarchy
sequence_number
Requirements
Header: blob.h
Namespace: azure::storage