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)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As SequenceNumberAction |
Syntax
| Visual Basic |
|---|
Public Enumeration SequenceNumberAction |
| C# |
|---|
public enum SequenceNumberAction |
| C++ |
|---|
public enum class SequenceNumberAction |
| J# |
|---|
public enum SequenceNumberAction |
| JScript |
|---|
public enum SequenceNumberAction |
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. |