Data.Cloud.AzureAPI.TAzureBlockType
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
Unit: Data.Cloud.AzureAPI | |
Parent: Data.Cloud.AzureAPI |
Delphi
TAzureBlockType = (abtCommitted, abtUncommitted, abtLatest);
C++
enum DECLSPEC_DENUM TAzureBlockType : unsigned char { abtCommitted, abtUncommitted, abtLatest };
Description
The available block types for Azure block blobs.
TAzureBlockType is an enumeration of available block types for Azure block blobs.
Note:
abtLatest
is used when callingPutBlockList
and you want to use the latest version of a block, which would either be in the uncommitted list (newer) or the committed list (older).