SequenceNumberAction Enumeration

Windows Runtime Azure Storage Client Library

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)

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 nameDescription
IncrementIncrements the value of the sequence number by 1.
MaxSets the sequence number to be the higher of the value included with the request and the value currently stored for the blob.
UpdateSets the sequence number to the value included with the request.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also