DSAzure.TAzureBlobService.GetContainerProperties
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TAzureBlobService | |
Delphi
function GetContainerProperties(const ContainerName: String): boolean;
C++
bool __fastcall GetContainerProperties(const System::UnicodeString ContainerName);
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.