SequenceNumberAction Enumeration (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
SequenceNumberAction Enumeration
Describes actions that can be performed on a page blob sequence number.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
Describes actions that can be performed on a page blob sequence number.
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. |