Skip to main content

TS3ObjectIdentifier

Class in AWS.S3

S3 ObjectIdentifier class.

Ancestors

Properties

Key

property Key: string

VersionId

property VersionId: string

Constructors

Create

constructor Create(const AKey: string; const AVersionId: string = '');

Constructor for TS3ObjectIdentifier.

Parameters

NameDescription
AKeyThe object's key.
AVersionIdThe object's version identifier.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Creates an XML node representation.

Parameters

NameDescription
AParentNodeAn XML node to parent the resulting node.

Returns

An ObjectIdentifier XML node.