IS3CompletedMultipartUpload
Interface in AWS.S3
Interface for an S3 CompletedMultipartUpload.
Properties
Parts
property Parts: TS3CompletedParts
Type: TS3CompletedParts
List of completed parts.
Methods
AddPart
function AddPart(const AETag: string; const APartNumber: Integer): IS3CompletedPart;
Add a part to the list of completed parts.
Parameters
| Name | Description |
|---|---|
AETag | The entity tag for the completed part. |
APartNumber | The part number for the completed part. |
Returns
A completed part instance.
ToString
function ToString: string;
Convert to string.
Returns
A string containing the XML representation.
ToXML
function ToXML: IXMLDocument;
Convert to XML.
Returns
An XML representation.