Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
public enum BlockSearchMode
 
public enum class BlockSearchMode
 
type BlockSearchMode
 
Public Enumeration BlockSearchMode

Members

Member nameDescription
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