ListMultipartUploadsResponse Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
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: 2.0.0.3

Syntax

C#
public class ListMultipartUploadsResponse : AmazonWebServiceResponse

The ListMultipartUploadsResponse type exposes the following members

Constructors

  Name Description
Public Method ListMultipartUploadsResponse()

Properties

  Name Description
Public Property BucketName Name of the bucketName to which the multipart upload was initiated.
Public Property CommonPrefixes 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 Returns the content length of the HTTP response.
Public Property Delimiter Gets and sets the Delimiter property.
Public Property HttpStatusCode Returns the status code of the HTTP response.
Public Property IsTruncated 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 The key at or after which the listing began.
Public Property MaxUploads Maximum number of multipart uploads that could have been included in the response.
Public Property MultipartUploads 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 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 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 Gets and sets the Prefix property.
Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.
Public Property UploadIdMarker 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

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