SequenceNumberAction Enum
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.
Describes actions that can be performed on a page blob sequence number.
public enum SequenceNumberAction
type SequenceNumberAction =
Public Enum SequenceNumberAction
- Inheritance
-
SequenceNumberAction
Fields
Name | Value | Description |
---|---|---|
Max | 0 | Sets the sequence number to be the higher of the value included with the request and the value currently stored for the blob. |
Update | 1 | Sets the sequence number to the value included with the request. |
Increment | 2 | Increments the value of the sequence number by 1. |
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