Share via


block_list_item::block_list_item Constructor

Initializes a new instance of the block_list_item class.

block_list_item(
   utility::string_t id
);

block_list_item(
   utility::string_t id,
   block_mode mode
);

block_list_item(
   block_list_item&& other
);

Parameters

  • id
    The block name.
  • mode
    A block_mode value that indicates which block lists to search for the block.
  • other
    A reference to a set of block_list_item on which to base the new instance.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

block_list_item Class