Table of Contents

Enum FileRangeWrite

Namespace
Microsoft.WindowsAzure.Storage.File.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Describes actions that may be used for writing to a file or clearing a set of ranges.

public enum FileRangeWrite

Fields

Clear = 1

Clear the file range.

Update = 0

Update the file range with new data.