DSAzure.TAzureBlobService.GetContainerProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerProperties(const ContainerName: String): boolean;

C++

bool __fastcall GetContainerProperties(const System::UnicodeString ContainerName);

Properties

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

Description

Retrieves the properties for a specific container.

GetContainerProperties retrieves the properties for the container with the specified name. To populate a TStrings with the properties, call PopulateContainerProperties.

See Also