BlockSearchMode Enumeration
Indicates which block lists should be searched to find a specified block.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| Committed | Search the committed block list only. | |
| Latest | Search the uncommitted block list first, and if the block is not found there, search the committed block list. | |
| Uncommitted | Search the uncommitted block list only. |