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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET