DSAzure.TAzureBlobService.DeleteRootContainer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteRootContainer: boolean;

C++

bool __fastcall DeleteRootContainer();

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureBlobService

Description

Deletes the root container.

DeleteRootContainer deletes the root container, if one exists.

See Also