SequenceNumberAction Enum

Definition

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

public enum SequenceNumberAction
type SequenceNumberAction = 
Public Enum SequenceNumberAction
Inheritance
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.

Applies to