IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

CompleteMultipartUpload Method

Completes a multipart upload.

Syntax

public string CompleteMultipartUpload(string vaultName, string uploadId);
Public Function CompleteMultipartUpload(ByVal VaultName As String, ByVal UploadId As String) As String

Remarks

This method completes the current multipart upload specified by UploadId.

VaultName specifies the vault in which the archive was created.

This method returns the ArchiveId which identifies the newly created archive. If you call this method twice for the same multipart upload within a short period of time, the same ArchiveId will be returned.

If parts of the archive were uploaded using separate instances of the component you must first list all parts of the archive by calling ListParts until PartMarker is empty (all parts are returned). Information about the parts is required when completing the multipart upload.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]