Contains the Amazon Glacier response to your request.

C# |
public class ListMultipartUploadsResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListMultipartUploadsResult()()()() | Initializes a new instance of the ListMultipartUploadsResult class |
![]() | 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.) |
![]() | Marker |
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to
obtain more uploads in the list. If there are no more uploads, this value is null.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UploadsList |
A list of in-progress multipart uploads.
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|
![]() | WithUploadsList(array<UploadListElement>[]()[][]) | Obsolete.
Adds elements to the UploadsList collection
|
![]() | WithUploadsList(IEnumerable<(Of <<'(UploadListElement>)>>)) | Obsolete.
Adds elements to the UploadsList collection
|

Object | |
![]() | ListMultipartUploadsResult |