Data.Cloud.AzureAPI.TAzureBlobService.GetBlobServiceStatsXML

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetBlobServiceStatsXML(const AResponseInfo: TCloudResponseInfo): string;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlobService


Beschreibung

Gibt eine XML-Repräsentation des Statistik des Blob-Dienstes an.

AResponseInfo ist eine optionale Instanz von TCloudResponseInfo, um die Informationen der Antwort zu speichern. Verwenden Sie einen nil-Wert, wenn Sie die Informationen der Antwort nicht benötigen.

Siehe auch