AccessCondition.GenerateIfSequenceNumberLessThanCondition(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs an access condition such that an operation will be performed only if resource's current sequence number is less than the specified value.
public static Microsoft.Azure.Storage.AccessCondition GenerateIfSequenceNumberLessThanCondition (long sequenceNumber);
static member GenerateIfSequenceNumberLessThanCondition : int64 -> Microsoft.Azure.Storage.AccessCondition
Public Shared Function GenerateIfSequenceNumberLessThanCondition (sequenceNumber As Long) As AccessCondition
Parameters
- sequenceNumber
- Int64
The value to compare to the current sequence number.
Returns
An AccessCondition object that represents the If-Sequence-Number-LT condition.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET