Share via


PageBlobRequestConditions.IfSequenceNumberEqual Property

Definition

IfSequenceNumberEqual ensures that the page blob operation succeeds only if the blob's sequence number is equal to a value.

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

Property Value

Applies to