Skip to main content

TS3MetadataEntry

Class in AWS.S3

MetadataEntry node class.

Ancestors

Properties

Name

property Name: string

Value

property Value: string

Constructors

Create

constructor Create(const AName, AValue: string);

Constructor for TS3MetadataEntry.

Parameters

NameDescription
ANameName of the entry.
AValueValue of the entry.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML node representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A MetadataEntry XML node.