AbortMultipartUploadRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
The parameters to request an abort of a multipart upload.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.S3.Model.AbortMultipartUploadRequest

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class AbortMultipartUploadRequest : AmazonWebServiceRequest
         IRequestEvents

The AbortMultipartUploadRequest type exposes the following members

Constructors

  Name Description
Public Method AbortMultipartUploadRequest()

Properties

  Name Description
Public Property BucketName The name of the bucketName containing the S3 object that was being uploaded in parts.
Public Property Key The key of the S3 object that was being uploaded.
Public Property UploadId The upload id for the in-progress multipart upload that should be aborted.

Remarks

After a multipart upload is aborted, no additional parts can be uploaded using that upload ID. The storage consumed by any previously uploaded parts will be freed. However, if any part uploads are currently in progress, those part uploads might or might not succeed. As a result, it might be necessary to abort a given multipart upload multiple times in order to completely free all storage consumed by all parts.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8