BlockSearchMode Enumeration

Windows Runtime Azure Storage Client Library

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)

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 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.

Platforms

Development Platforms

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

Target Platforms

See Also