SequenceNumberAction Enum

Definition

Required if the x-ms-blob-sequence-number header is set for the request. This property applies to page blobs only. This property indicates how the service should modify the blob's sequence number.

public enum SequenceNumberAction
type SequenceNumberAction = 
Public Enum SequenceNumberAction
Inheritance
SequenceNumberAction

Fields

Increment 2

increment

Max 0

max

Update 1

update

Applies to