Table of Contents

Enum BlockSearchMode

Namespace
Microsoft.WindowsAzure.Storage.Blob
Assembly
Microsoft.WindowsAzure.Storage.dll

Indicates which block lists should be searched to find a specified block.

public enum BlockSearchMode

Fields

Committed = 0

Search the committed block list only.

Latest = 2

Search the uncommitted block list first, and if the block is not found there, search the committed block list.

Uncommitted = 1

Search the uncommitted block list only.