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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET