Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

AbortMultipartUpload Method

Aborts a multipart upload.

Syntax

[VB.NET]
Public Sub AbortMultipartUpload(ByVal VaultName As String, ByVal UploadId As String)
[C#]
public void AbortMultipartUpload(string vaultName, string uploadId);

Remarks

This method aborts a multipart upload specified by UploadId. UploadId is returned from the StartMultipartUpload method.

VaultName specifies the vault in which the archive is created.

Only multipart uploads that are not yet completed can be aborted.

NOTE: This method has a corresponding asynchronous version (AbortMultipartUploadAsync) for use in the WinRT environment.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0