AccessCondition.IfSequenceNumberLessThanOrEqual Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
AccessCondition.IfSequenceNumberLessThanOrEqual Property
AccessCondition::IfSequenceNumberLessThanOrEqual Property
AccessCondition.IfSequenceNumberLessThanOrEqual Property
AccessCondition.IfSequenceNumberLessThanOrEqual Property
Gets or sets a value for a condition specifying that the current sequence number must be less than or equal to the specified value.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<long long> IfSequenceNumberLessThanOrEqual {
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 or equal to the specified value.
Syntax
C++
public: property Nullable<long long> IfSequenceNumberLessThanOrEqual { 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.