Skip to main content

TS3MetadataEntries

Class in AWS.S3

MetadataEntry list class.

Ancestors

  • TList<IS3MetadataEntry>

Methods

AddEntry

function AddEntry(const AName, AValue: string): IS3MetadataEntry;

IS3MetadataEntry

Adds an entry to the list.

Parameters

NameDescription
ANameA name for the entry.
AValueA value for the entry.

Returns

The newly created metadata entry.

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML respresentation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A UserMetadata XML node.