AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Returns information about the ListMultipartUploads response and response metadata.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.S3.Model.ListMultipartUploadsResponse

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListMultipartUploadsResponse : AmazonWebServiceResponse

The ListMultipartUploadsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BucketName System.String Name of the bucketName to which the multipart upload was initiated.
Public Property CommonPrefixes System.Collections.Generic.List<System.String> Gets the CommonPrefixes property. A response can contain CommonPrefixes only if you specify a delimiter. When you do, CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by delimiter. In effect, CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if prefix is notes/ and delimiter is a slash (/), in notes/summer/july, the common prefix is notes/summer/.
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Delimiter System.String Gets and sets the Delimiter property.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IsTruncated System.Boolean Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit allowed or specified by max uploads.
Public Property KeyMarker System.String The key at or after which the listing began.
Public Property MaxUploads System.Int32 Maximum number of multipart uploads that could have been included in the response.
Public Property MultipartUploads System.Collections.Generic.List<Amazon.S3.Model.MultipartUpload> Gets and sets the MultipartUploads property.

Container for elements related to a particular multipart upload. A response can contain zero or more Upload elements.

Public Property NextKeyMarker System.String When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.
Public Property NextUploadIdMarker System.String When a list is truncated, this element specifies the value that should be used for the upload-id-marker request parameter in a subsequent request.
Public Property Prefix System.String Gets and sets the Prefix property.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property UploadIdMarker System.String Upload ID after which listing began.

Version Information

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

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

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8