The ListPartsRequest contains the parameters used for the ListParts method.
Required Parameters: BucketName, Key, UploadId
Namespace: Amazon.S3.ModelRequired Parameters: BucketName, Key, UploadId
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ListPartsRequest()()()() | Initializes a new instance of the ListPartsRequest class | |
| AddHeader(String, String) |
Adds the header to the collection of headers for the request.
(Inherited from S3Request.) | |
| AddHeaders(NameValueCollection) |
Adds all of the key/value pairs from collection into our request header.
(Inherited from S3Request.) | |
| BucketName |
Gets and sets the BucketName property.
| |
| Equals(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 |
Gets and sets the InputStream property.
(Inherited from S3Request.) | |
| Key |
Gets and sets the Key property.
| |
| MaxParts |
Gets and sets the MaxParts property.
| |
| PartNumberMarker |
Gets and sets the PartNumberMarker property.
Specifies the part after which listing should begin. Only parts with higher part numbers will be listed. | |
| ToString()()()() | (Inherited from S3Request.) | |
| UploadId |
Gets and sets the UploadId property.
This is the upload id for the multipart upload in process.
| |
| WithBucketName(String) |
Sets the BucketName property for this request.
| |
| WithInputStream(Stream) |
Sets the InputStream property.
(Inherited from S3Request.) | |
| WithKey(String) |
Sets the Key property for this request.
| |
| WithMaxParts(Int32) |
Sets the MaxParts property for this request.
| |
| WithPartNumberMarker(String) |
Sets the Key property for this request.
| |
| WithUploadId(String) |
Sets the UploadId property for this request.
This is the upload id for the multipart upload in process.
|