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)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As BlockSearchMode |
Syntax
| Visual Basic |
|---|
Public Enumeration BlockSearchMode |
| C# |
|---|
public enum BlockSearchMode |
| C++ |
|---|
public enum class BlockSearchMode |
| J# |
|---|
public enum BlockSearchMode |
| JScript |
|---|
public enum BlockSearchMode |
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. |