Data.Cloud.AzureAPI.TAzureContainer.Create
Delphi
constructor Create(const Name, URL: string; Properties: TStrings = nil; Metadata: TStrings = nil);
C++
__fastcall TAzureContainer(const System::UnicodeString Name, const System::UnicodeString URL, System::Classes::TStrings* Properties, System::Classes::TStrings* Metadata);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureContainer |
Description
Creates a new instance of TAzureContainer.
Create creates a new instance of TAzureContainer.
The following table shows the significance of the parameters:
| Parameter | Description |
|---|---|
|
Name |
The name of the container. |
|
URL |
The unique URL of the container. |
|
Properties |
The properties associated with the container. |
|
Metadata |
The metadata associated with the container. |
If Properties and/or Metadata are left as nil, then a new empty System.Classes.TStrings will be created.