Data.Cloud.AzureAPI.TAzureBlockType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAzureBlockType = (abtCommitted, abtUncommitted, abtLatest);

C++

enum DECLSPEC_DENUM TAzureBlockType : unsigned char { abtCommitted, abtUncommitted, abtLatest };

Properties

Type Visibility Source Unit Parent
enum public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI Data.Cloud.AzureAPI

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

See Also