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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET