Data.Cloud.AzureAPI.TAzureBlobService.DeleteRootContainer
Delphi
function DeleteRootContainer(ResponseInfo: TCloudResponseInfo = nil): Boolean;
C++
bool __fastcall DeleteRootContainer(Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));
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.