Data.Cloud.AzureAPI.TAzureBlobService.GetBlobServiceStats
| [–] Properties | |
|---|---|
| Type: procedure function | |
| Visibility: public | |
| Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp | |
| Unit: Data.Cloud.AzureAPI | |
| Parent: TAzureBlobService | |
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);
Description
Fills the specified instance of TStorageServiceStats with 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.