FileRangeWrite Enumeration

Windows Runtime Azure Storage Client Library

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

Namespace: Microsoft.WindowsAzure.Storage.File.Protocol
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As FileRangeWrite

Syntax

Visual Basic
Public Enumeration FileRangeWrite
C#
public enum FileRangeWrite
C++
public enum class FileRangeWrite
J#
public enum FileRangeWrite
JScript
public enum FileRangeWrite

Members

Member nameDescription
ClearClear the file range.
UpdateUpdate the file range with new data.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also