[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Indicates which block lists should be searched to find a specified block. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Indicates which block lists should be searched to find a specified block. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
| Visual Basic |
|---|
Dim instance As BlockSearchMode |
Syntax
| Visual Basic |
|---|
Public Enumeration BlockSearchMode |
| C# |
|---|
public enum BlockSearchMode |
| C++ |
|---|
public enum class BlockSearchMode |
| J# |
|---|
| JScript |
|---|
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. |
Remarks
For more details about this API, see the topics on the equivalent REST APIs in See Also > Other Resources.