Data.Cloud.AzureAPI.TAzureBlobService.GetBlobServiceStatsXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBlobServiceStatsXML(const AResponseInfo: TCloudResponseInfo): string;

C++

System::UnicodeString __fastcall GetBlobServiceStatsXML(Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

Properties

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

Description

Returns an XML representation of the statistics of the blob service.

AResponseInfo is an optional instance of TCloudResponseInfo to store the information of the response. Use a nil value if you do not need the information of the response.

See Also