Show / Hide Table of Contents

Enum SequenceNumberAction

Required if the x-ms-blob-sequence-number header is set for the request. This property applies to page blobs only. This property indicates how the service should modify the blob's sequence number.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public enum SequenceNumberAction

Increment

increment

Max

max

Update

update

Back to top Azure SDK for .NET