BlockSearchMode Enumeration

Storage Client Library NET API

[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)

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 nameDescription
CommittedSearch the committed block list only.
LatestSearch the uncommitted block list first, and if the block is not found there, search the committed block list.
UncommittedSearch 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.


Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

See Also