Share via


PageBlobRequestConditions.IfSequenceNumberLessThanOrEqual Property

Definition

IfSequenceNumberLessThanOrEqual ensures that the page blob operation succeeds only if the blob's sequence number is less than or equal to a value.

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

Property Value

Applies to