Share via


block_list_item::block_mode Enumeration

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

enum block_mode;

Members

Values

Name Description

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.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

block_list_item Class