你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Value Description
Max 0

max

Update 1

update

Increment 2

increment

Applies to