BlockSearchMode Enum

  • java.lang.Object
    • java.lang.Enum<BlockSearchMode>
      • com.microsoft.azure.storage.blob.BlockSearchMode

public enum BlockSearchMode

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

Fields

COMMITTED

Specifies searching only the committed block list.

LATEST

Specifies searching the uncommitted block list first, and if the block is not found, then search the committed block list.

UNCOMMITTED

Specifies searching only the uncommitted block list.

Applies to