Data.Cloud.AzureAPI.TAzureBlockListItem.BlockType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureBlockListItem

Delphi

BlockType: TAzureBlockType;

C++

TAzureBlockType BlockType;

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).

See Also