AccessCondition.GenerateIfAppendPositionEqualCondition Method (Int64) (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
AccessCondition.::..GenerateIfAppendPositionEqualCondition Method (Int64)(Int64)(Int64)(Int64)
Constructs an access condition such that an operation will be performed only if the end position of the append blob is equal to the specified value.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public static AccessCondition GenerateIfAppendPositionEqualCondition(
long appendPosition
)
C++
public:
static AccessCondition^ GenerateIfAppendPositionEqualCondition(
long long appendPosition
)
static member GenerateIfAppendPositionEqualCondition :
appendPosition:int64 -> AccessCondition
Public Shared Function GenerateIfAppendPositionEqualCondition (
appendPosition As Long
) As AccessCondition
Parameters
- appendPosition
-
Type:
System.Int64System::Int64System.Int64System.Int64
An integer specifying the offset to compare to the current end position of the blob.
Return Value
Type:
Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage::AccessCondition^Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage.AccessConditionAn AccessCondition object that represents the offset to compare.
Return to top
Constructs an access condition such that an operation will be performed only if the end position of the append blob is equal to the specified value.
Syntax
public static AccessCondition GenerateIfAppendPositionEqualCondition( long appendPosition )
C++
public: static AccessCondition^ GenerateIfAppendPositionEqualCondition( long long appendPosition )
static member GenerateIfAppendPositionEqualCondition : appendPosition:int64 -> AccessCondition
Public Shared Function GenerateIfAppendPositionEqualCondition ( appendPosition As Long ) As AccessCondition
Parameters
- appendPosition
-
Type:
System.Int64System::Int64System.Int64System.Int64
An integer specifying the offset to compare to the current end position of the blob.
Return Value
Type: Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage::AccessCondition^Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage.AccessConditionAn AccessCondition object that represents the offset to compare.