Data.Cloud.AzureAPI.TAzureQueryIncludeBlockType
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
| Unit: Data.Cloud.AzureAPI | |
| Parent: Data.Cloud.AzureAPI | |
Delphi
TAzureQueryIncludeBlockType = (aqbtCommitted, aqbtUncommitted, aqbtAll);
C++
enum DECLSPEC_DENUM TAzureQueryIncludeBlockType : unsigned char { aqbtCommitted, aqbtUncommitted, aqbtAll };
Description
Used when querying blocks to get all blocks or to refine, based on type.
TAzureBlockListItem is a record that is used when querying blocks to get all blocks or to refine, based on type.