Data.Cloud.AzureAPI.TAzureBlob

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TAzureBlob = class

C++

class PASCALIMPLEMENTATION TAzureBlob : public System::TObject

Description

Blob of any supported type, with its common features.

The TAzureBlob class represents a blob of any supported type, with its common features.

abtPrefix is used as the BlobType when the item represents a virtual subdirectory containing blobs and/or subdirectories. It signifies that only the Name property of the blob instance is valid, as it does not represent a blob itself, but instead represents a directory.

See Also