A list of in-progress multipart uploads for a vault.
 Declaration Syntax
 Declaration Syntax| C# | 
public class UploadListElement
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UploadListElement()()()() | Initializes a new instance of the UploadListElement 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.) | 
|  | MultipartUploadId | 
            The ID of a multipart upload.
             
             | 
|  | PartSizeInBytes | 
            The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last
            part, which may be smaller than this size.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VaultARN | 
            The Amazon Resource Name (ARN) of the vault that contains the archive.
             
             | 
|  | WithArchiveDescription(String) | Obsolete. 
            Sets the ArchiveDescription property
             | 
|  | WithCreationDate(DateTime) | Obsolete. 
            Sets the CreationDate property
             | 
|  | WithMultipartUploadId(String) | Obsolete. 
            Sets the MultipartUploadId property
             | 
|  | WithPartSizeInBytes(Int64) | Obsolete. 
            Sets the PartSizeInBytes property
             | 
|  | WithVaultARN(String) | Obsolete. 
            Sets the VaultARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | UploadListElement |