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
| Name | Description |
|---|---|
AKey | The object's key. |
AVersionId | The object's version identifier. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Creates an XML node representation.
Parameters
| Name | Description |
|---|---|
AParentNode | An XML node to parent the resulting node. |
Returns
An ObjectIdentifier XML node.