C#
C++
F#
VB
AccessCondition.IfAppendPositionEqual Property
AccessCondition::IfAppendPositionEqual Property
AccessCondition.IfAppendPositionEqual Property
AccessCondition.IfAppendPositionEqual Property
Gets or sets a value for a condition specifying the byte offset to check for when committing a block to an append blob. The append will succeed only if the end position is equal to this number.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<long long> IfAppendPositionEqual { 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)An append position number, or null if no value is set.
Remarks
This condition only applies to append blobs.