Data.Cloud.AzureAPI.TAzureBlobType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TAzureBlobType = (abtBlock, abtPage, abtAppend, abtPrefix);

C++

enum DECLSPEC_DENUM TAzureBlobType : unsigned char { abtBlock, abtPage, abtAppend, abtPrefix };

Description

Enumerates the types of Azure blobs.

TAzureBlobType is an enumeration of types of Azure blobs.

abtPrefix is used when the item represents a virtual subdirectory that contains blobs.

See Also