Data.Cloud.AzureAPI.TAzureTableService.GetTableServiceStats
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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureTableService |
Description
Fills the specified instance of TStorageServiceStats with the statistics of the table 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.