SequenceNumberAction Enumeration
Describes actions that can be performed on a page blob sequence number.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| Increment | Increments the value of the sequence number by 1. | |
| Max | Sets the sequence number to be the higher of the value included with the request and the value currently stored for the blob. | |
| Update | Sets the sequence number to the value included with the request. |