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

PageBlobCreateOptions.SequenceNumber Property

Definition

Optional user-controlled value that you can use to track requests. The value of the SequenceNumber must be between 0 and 2^63 - 1. The default value is 0.

public long? SequenceNumber { get; set; }
member this.SequenceNumber : Nullable<int64> with get, set
Public Property SequenceNumber As Nullable(Of Long)

Property Value

Applies to