AccessCondition.IfSequenceNumberLessThan Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
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.
Namespace:
Microsoft.WindowsAzure.Storage
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.
Return to top
Gets or sets a value for a condition specifying that the current sequence number must be less than the specified value.
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.