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
| Name | Description |
|---|---|
AName | Name of the entry. |
AValue | Value of the entry. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML node representation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A MetadataEntry XML node.