SequenceNumberAction Class
Sequence number actions.
- Inheritance
-
builtins.objectSequenceNumberAction
Constructor
SequenceNumberAction()
Attributes
Increment
Increments the value of the sequence number by 1. If specifying this option, do not include the x-ms-blob-sequence-number header.
Increment = 'increment'
Max
Sets the sequence number to be the higher of the value included with the request and the value currently stored for the blob.
Max = 'max'
Update
Sets the sequence number to the value included with the request.
Update = 'update'
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python