Table of Contents

Enum SequenceNumberAction

Namespace
Microsoft.WindowsAzure.Storage.Blob
Assembly
Microsoft.WindowsAzure.Storage.dll

Describes actions that can be performed on a page blob sequence number.

public enum SequenceNumberAction

Fields

Increment = 2

Increments the value of the sequence number by 1.

Max = 0

Sets the sequence number to be the higher of the value included with the request and the value currently stored for the blob.

Update = 1

Sets the sequence number to the value included with the request.