Data.Cloud.AzureAPI.TAzureBlobService.DeleteRootContainer
Delphi
function DeleteRootContainer(const AResponseInfo: TCloudResponseInfo): Boolean;
C++
bool __fastcall DeleteRootContainer(Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureBlobService |
Description
Deletes the root container.
DeleteRootContainer is used to delete the root container.
The ResponseInfo parameter represents the optional class for storing response info into.
The method returns True if the deletion was successful, and False otherwise.