PageWrite Enumeration

Windows Runtime Azure Storage Client Library

Describes actions that may be used for writing to a page blob or clearing a set of pages.

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

Usage

Visual Basic
Dim instance As PageWrite

Syntax

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

Members

Member nameDescription
ClearClear the page.
UpdateUpdate the page 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