C#
C++
F#
VB
AccessCondition.IfSequenceNumberLessThan Property
AccessCondition::IfSequenceNumberLessThan Property
AccessCondition.IfSequenceNumberLessThan Property
AccessCondition.IfSequenceNumberLessThan Property
Gets or sets a value for a condition specifying that the current sequence number must be less than the specified value.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<long long> IfSequenceNumberLessThan { 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.