DSAzure.TAzureBlobService

From RAD Studio API Documentation
Jump to: navigation, search

DSAzure.TAzureServiceSystem.TObjectTAzureBlobService

Delphi

TAzureBlobService = class(TAzureService)

C++

class PASCALIMPLEMENTATION TAzureBlobService : public TAzureService

Properties

Type Visibility Source Unit Parent
class public
DSAzure.pas
DSAzure.hpp
DSAzure DSAzure

Description

API for working with a Microsoft Azure blob service.

TAzureBlobService provides functions specific to interacting with the blob service, such as adding, deleting, editing, and downloading blobs.

See Also