Data.Cloud.AzureAPI.TAzureBlobService.DeleteContainer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteContainer(ContainerName: string; ResponseInfo: TCloudResponseInfo = nil): Boolean;

C++

bool __fastcall DeleteContainer(System::UnicodeString ContainerName, 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 container with the given name.

DeleteContainer is used to delete the container with the given name.

The following table describes the parameters:

Parameter Description

ContainerName

The name of the container to delete.

ResponseInfo

The optional class for storing response info into.


The method returns True if the deletion was successful, and False otherwise.


See Also