C#
C++
F#
VB
AccessCondition.::..GenerateIfSequenceNumberLessThanCondition Method (Int64)(Int64)(Int64)(Int64)
Constructs an access condition such that an operation will be performed only if resource's current sequence number is less than the specified value.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public static AccessCondition GenerateIfSequenceNumberLessThanCondition( long sequenceNumber )
C++
public: static AccessCondition^ GenerateIfSequenceNumberLessThanCondition( long long sequenceNumber )
static member GenerateIfSequenceNumberLessThanCondition : sequenceNumber:int64 -> AccessCondition
Public Shared Function GenerateIfSequenceNumberLessThanCondition ( sequenceNumber As Long ) As AccessCondition
Parameters
- sequenceNumber
-
Type:
System.Int64System::Int64System.Int64System.Int64
The value to compare to the current sequence number.
Return Value
Type: Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage::AccessCondition^Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage.AccessConditionAn AccessCondition object that represents the If-Sequence-Number-LT condition.