Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
public enum SequenceNumberAction
 
public enum class SequenceNumberAction
 
type SequenceNumberAction
 
Public Enumeration SequenceNumberAction

Members

Member nameDescription
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