AWS SDK for .NET Documentation
ListMultipartUploadsRequest Class
AmazonAmazon.S3.ModelListMultipartUploadsRequest Did this page help you?   Yes   No    Tell us about it...
The parameters to request a list of in-progress multipart uploads. An in-progress multipart upload is a multipart upload that has been initiated, using the Initiate Multipart Upload request, but has not yet been completed or aborted.
Declaration Syntax
C#
public class ListMultipartUploadsRequest : S3Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListMultipartUploadsRequest()()()()
Initializes a new instance of the ListMultipartUploadsRequest class

AddHeader(String, String)
Adds the header to the collection of headers for the request.
(Inherited from S3Request.)
AddHeaders(NameValueCollection)
Adds all of the specified key/value pairs into the request headers collection.
(Inherited from S3Request.)
BucketName
The name of the bucket receiving the multipart upload(s)

Delimiter
Character you use to group keys.

Encoding
Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InputStream
Input stream for the request; content for the request will be read from the stream.
(Inherited from S3Request.)
KeyMarker
Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.

MaxUploads
The maximum number of multipart uploads, from 1 to 1,000, to return in the response body. 1,000 is the maximum number of uploads that can be returned in a response.

Prefix
Lists in-progress uploads only for those keys that begin with the specified prefix. You can use prefixes to separate a bucket into different grouping of keys. (You can think of using prefix to make groups in the same way you'd use a folder in a file system.)

ReadWriteTimeout
Overrides the default HttpWebRequest ReadWriteTimeout value.
(Inherited from S3Request.)
Timeout
Overrides the default HttpWebRequest timeout value.
(Inherited from S3Request.)
ToString()()()() (Inherited from S3Request.)
UploadIdMarker
Together with key-marker, specifies the multipart upload after which listing should begin.

WithBucketName(String) Obsolete.
Sets the name of the bucket receiving the multipart upload(s)

WithDelimiter(String) Obsolete.
Character you use to group keys.

WithEncoding(EncodingType) Obsolete.
Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.

WithInputStream(Stream) Obsolete.
Sets an input stream for the request; content for the request will be read from the stream.
(Inherited from S3Request.)
WithKeyMarker(String) Obsolete.
Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.

WithMaxUploads(Int32) Obsolete.
Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body. 1,000 is the maximum number of uploads that can be returned in a response.

WithPrefix(String) Obsolete.
Lists in-progress uploads only for those keys that begin with the specified prefix. You can use prefixes to separate a bucket into different grouping of keys. (You can think of using prefix to make groups in the same way you'd use a folder in a file system.)

WithReadWriteTimeout(Int32) Obsolete.
Overrides the default HttpWebRequest ReadWriteTimeout value.
(Inherited from S3Request.)
WithTimeout(Int32) Obsolete.
Overrides the default HttpWebRequest timeout value.
(Inherited from S3Request.)
WithUploadIdMarker(String) Obsolete.
Together with key-marker, specifies the multipart upload after which listing should begin.

Inheritance Hierarchy
Object
S3Request
 ListMultipartUploadsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)