Data.Cloud.AzureAPI.TAzureBlobType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAzureBlobType = (abtBlock, abtPage, abtPrefix);

C++

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

Properties

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

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