TS3MetadataEntries
Class in AWS.S3
MetadataEntry list class.
Ancestors
TList<IS3MetadataEntry>
Methods
AddEntry
function AddEntry(const AName, AValue: string): IS3MetadataEntry;
Adds an entry to the list.
Parameters
| Name | Description |
|---|---|
AName | A name for the entry. |
AValue | A value for the entry. |
Returns
The newly created metadata entry.
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML respresentation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A UserMetadata XML node.