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.
Returns information about the ListMultipartUploads response and response metadata.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class ListMultipartUploadsResponse : AmazonWebServiceResponse
The ListMultipartUploadsResponse type exposes the following members
Name | Description | |
---|---|---|
ListMultipartUploadsResponse() |
Name | Type | Description | |
---|---|---|---|
BucketName | System.String |
Gets and sets the property BucketName. The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used. |
|
CommonPrefixes | System.Collections.Generic.List<System.String> |
Gets and sets the property CommonPrefixes.
If you specify a delimiter in the request, then the result returns each distinct key
prefix containing the delimiter in a Directory buckets - For directory buckets, only prefixes that end in a delimiter
( |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
Delimiter | System.String |
Gets and sets the property Delimiter. Contains the delimiter you specified in the request. If you don't specify a delimiter in your request, this element is absent from the response. Directory buckets - For directory buckets, |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
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. |
|
KeyMarker | System.String |
The key at or after which the listing began. |
|
MaxUploads | System.Int32 |
Maximum number of multipart uploads that could have been included in the response. |
|
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. |
|
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. |
|
NextUploadIdMarker | System.String |
Gets and sets the property NextUploadIdMarker.
When a list is truncated, this element specifies the value that should be used for
the This functionality is not supported for directory buckets. |
|
Prefix | System.String |
Gets and sets the property Prefix. When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix. Directory buckets - For directory buckets, only prefixes that end in a delimiter
( |
|
RequestCharged | Amazon.S3.RequestCharged |
Gets and sets the property RequestCharged. |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
UploadIdMarker | System.String |
Gets and sets the property UploadIdMarker.
Together with key-marker, specifies the multipart upload after which listing should
begin. If key-marker is not specified, the upload-id-marker parameter is ignored.
Otherwise, any multipart uploads for a key equal to the key-marker might be included
in the list only if they have an upload ID lexicographically greater than the specified
This functionality is not supported for directory buckets. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5