AccessCondition.GenerateIfSequenceNumberEqualCondition Method (Int64) (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
AccessCondition.::..GenerateIfSequenceNumberEqualCondition Method (Int64)(Int64)(Int64)(Int64)
Constructs an access condition such that an operation will be performed only if resource's current sequence number is equal to the specified value.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public static AccessCondition GenerateIfSequenceNumberEqualCondition(
long sequenceNumber
)
C++
public:
static AccessCondition^ GenerateIfSequenceNumberEqualCondition(
long long sequenceNumber
)
static member GenerateIfSequenceNumberEqualCondition :
sequenceNumber:int64 -> AccessCondition
Public Shared Function GenerateIfSequenceNumberEqualCondition (
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-EQ condition.
Return to top
Constructs an access condition such that an operation will be performed only if resource's current sequence number is equal to the specified value.
Syntax
public static AccessCondition GenerateIfSequenceNumberEqualCondition( long sequenceNumber )
C++
public: static AccessCondition^ GenerateIfSequenceNumberEqualCondition( long long sequenceNumber )
static member GenerateIfSequenceNumberEqualCondition : sequenceNumber:int64 -> AccessCondition
Public Shared Function GenerateIfSequenceNumberEqualCondition ( 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-EQ condition.