BlockSearchMode Enum
- java.
lang. Object - java.
lang. Enum<BlockSearchMode> - com.
microsoft. azure. storage. blob. BlockSearchMode
- com.
- java.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java