
C# |
public class ListMultipartUploadsResponse : S3Response

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListMultipartUploadsResponse()()()() | Initializes a new instance of the ListMultipartUploadsResponse class |
![]() | AmazonId2 |
Gets and sets the AmazonId2 property.
This property corresponds to the x-amz-id-2 header in the HTTP response from the Amazon S3 service. The value of this header is used for internal troubleshooting purposes.
(Inherited from S3Response.) |
![]() | BucketName |
Gets and sets the BucketName 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/.
|
![]() | Delimiter |
Gets and sets the Delimiter property.
|
![]() | Dispose()()()() |
Disposes of all managed and unmanaged resources.
(Inherited from S3Response.) |
![]() | 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.) |
![]() | Headers |
Gets and sets the Headers property.
Information like the request-id, the amz-id-2 are
retrieved fro the Headers and presented to the user
via properties of the response object.
(Inherited from S3Response.) |
![]() | IsTruncated |
Gets and sets the IsTruncated property.
Indicates whether the returned list of multipart uploads is truncated. A value true indicates the list was truncated. The list may be truncated if the number of multipart uploads exceeds the limit specified by MaxUploads. |
![]() | KeyMarker |
Gets and sets the KeyMarker which is the key at or after which the listing began.
|
![]() | MaxUploads |
Gets and sets the MaxUploads property.
|
![]() | Metadata |
Gets and sets the Metadata property.
(Inherited from S3Response.) |
![]() | 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 |
Gets and sets the NextKeyMarker property.
When a list is truncated, specifies the last multipart upload that should be skipped over to resume listing. Use this value for the KeyMarker request parameter in a subsequent request. |
![]() | NextUploadIdMarker |
Gets and sets the NextUploadIdMarker property.
When a list is truncated, specifies the last multipart upload that should be skipped over to resume listing. Use this value for the UploadIdMarker request parameter in a subsequent request. |
![]() | Prefix |
Gets and sets the Prefix property.
|
![]() | RequestId |
Gets and sets the RequestId property.
(Inherited from S3Response.) |
![]() | ResponseStream |
Gets and sets the ResponseStream property. This property
only has a valid value for GetObjectResponses. In order to
use this stream without leaking the underlying resource, please
wrap access to the stream within a using block.
(Inherited from S3Response.)![]() |
![]() | ResponseXml |
Gets and sets the ResponseXml property. This is the
original xml response received from S3
(Inherited from S3Response.) |
![]() | StatusCode |
Gets the HTTP Status code from the service response.
(Inherited from S3Response.) |
![]() | ToString()()()() |
String Representation of this object. Overrides Object.ToString()
(Inherited from S3Response.) |
![]() | UploadIdMarker |
Gets and sets the UploadIdMarker property.
|

Object | ||
![]() | S3Response | |
![]() | ListMultipartUploadsResponse |