C#
C++
F#
VB
AccessCondition.IfSequenceNumberLessThanOrEqual Property
AccessCondition::IfSequenceNumberLessThanOrEqual Property
AccessCondition.IfSequenceNumberLessThanOrEqual Property
AccessCondition.IfSequenceNumberLessThanOrEqual Property
Gets or sets a value for a condition specifying that the current sequence number must be less than or equal to the specified value.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<long long> IfSequenceNumberLessThanOrEqual { Nullable<long long> get(); void set(Nullable<long long> value); }
Property Value
Type: System.Nullable<Int64>System::Nullable<Int64>System.Nullable<Int64>System.Nullable(Of Int64)A sequence number, or null if no condition exists.
Remarks
This condition only applies to page blobs.