Enum PageWrite
- Namespace
- Microsoft.WindowsAzure.Storage.Blob.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Describes actions that may be used for writing to a page blob or clearing a set of pages.
public enum PageWrite
Fields
Clear = 1
Clear the page.
Update = 0
Update the page with new data.