Data.Cloud.AzureAPI.TAzureBlobService.DeleteRootContainer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureBlobService

Delphi

function DeleteRootContainer(const AResponseInfo: TCloudResponseInfo): Boolean;

C++

bool __fastcall DeleteRootContainer(Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

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.


See Also