Udostępnij za pośrednictwem


PageWrite Enum

Definition

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

public enum PageWrite
type PageWrite = 
Public Enum PageWrite
Inheritance
PageWrite

Fields

Name Value Description
Update 0

Update the page with new data.

Clear 1

Clear the page.

Applies to