Contains the Amazon Glacier response to your request.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListPartsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListPartsResult()()()() | Initializes a new instance of the ListPartsResult class | 
|  | ArchiveDescription | 
            The description of the archive that was specified in the Initiate Multipart Upload request.
             
             | 
|  | CreationDate | 
            The UTC time at which the multipart upload was initiated.
             
             | 
|  | 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 Parts request to obtain more
            jobs in the list. If there are no more parts, this value is null.
             
             | 
|  | MultipartUploadId | 
            The ID of the upload to which the parts are associated.
             
             | 
|  | Parts | 
            A list of the part sizes of the multipart upload.
             
             | 
|  | PartSizeInBytes | 
            The part size in bytes.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VaultARN | 
            The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.
             
             | 
|  | WithArchiveDescription(String) | Obsolete. 
            Sets the ArchiveDescription property
             | 
|  | WithCreationDate(DateTime) | Obsolete. 
            Sets the CreationDate property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithMultipartUploadId(String) | Obsolete. 
            Sets the MultipartUploadId property
             | 
|  | WithParts(array<PartListElement>[]()[][]) | Obsolete. 
            Adds elements to the Parts collection
             | 
|  | WithParts(IEnumerable<(Of <<'(PartListElement>)>>)) | Obsolete. 
            Adds elements to the Parts collection
             | 
|  | WithPartSizeInBytes(Int64) | Obsolete. 
            Sets the PartSizeInBytes property
             | 
|  | WithVaultARN(String) | Obsolete. 
            Sets the VaultARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListPartsResult |