Data.Cloud.AzureAPI.TAzureBlobService.GetBlobServiceStats

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure GetBlobServiceStats(const AStats: TStorageServiceStats; const AResponseInfo: TCloudResponseInfo);

C++

void __fastcall GetBlobServiceStats(Data::Cloud::Azureapi::Storageanalytics::TStorageServiceStats* const AStats, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

Eigenschaften

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


Beschreibung

Füllt die angegebene Instanz von TStorageServiceStats mit der Statistik des Blob-Dienstes.

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