Data.Cloud.AzureAPI.TAzureTableService.GetTableServiceStats

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

void __fastcall GetTableServiceStats(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 TAzureTableService


Beschreibung

Füllt die angegebene Instanz von TStorageServiceStats mit der Statistik des Tabellendienstes.

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