Data.Cloud.AzureAPI.TAzureBlockListItem.BlockType
Delphi
BlockType: TAzureBlockType;
C++
TAzureBlockType BlockType;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureBlockListItem |
Description
Block type of the block list item.
When populated by GetBlockList, available types are abtCommitted and abtUncommitted. PutBlockList supports abtLatest as well.
A given identifier can have up to two blocks associated with it, where one block is in the committed list (abtCommitted), and the other is in the uncommited list (abtUncommitted).