Skip to main content

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;

IS3CompletedPart

Add a part to the list of completed parts.

Parameters

NameDescription
AETagThe entity tag for the completed part.
APartNumberThe 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.