Returns information about the ListMultipartUploads response and response metadata.
Inheritance Hierarchy
Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class ListMultipartUploadsResponse : AmazonWebServiceResponse
The ListMultipartUploadsResponse type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
ListMultipartUploadsResponse() |
Properties
Name | Description | |
---|---|---|
![]() |
BucketName | Name of the bucketName to which the multipart upload was initiated. |
![]() |
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/. |
![]() |
ContentLength | Returns the content length of the HTTP response. |
![]() |
Delimiter | Gets and sets the Delimiter property. |
![]() |
HttpStatusCode | Returns the status code of the HTTP response. |
![]() |
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. |
![]() |
KeyMarker | The key at or after which the listing began. |
![]() |
MaxUploads | Maximum number of multipart uploads that could have been included in the response. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
Prefix | Gets and sets the Prefix property. |
![]() |
ResponseMetadata | Contains additional information about the request, such as the Request Id. |
![]() |
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