BlockSearchMode Enumeration (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
BlockSearchMode Enumeration
Indicates which block lists should be searched to find a specified block.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
Indicates which block lists should be searched to find a specified block.
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. |