Container for elements related to a particular multipart upload.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class MultipartUpload
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | MultipartUpload()()()() | Initializes a new instance of the MultipartUpload 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.) | 
|  | Initiated | 
            The date and time at which the multipart upload was initiated.
             | 
|  | Initiator | 
            The owner of the upload.
             | 
|  | Key | 
            The key of the object for which the multipart upload was initiated.
             | 
|  | Owner | 
            The owner of the object.
             | 
|  | StorageClass | 
            The class of storage that will be used to store the object when multipart upload is complete.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UploadId | 
            Identifies the multipart upload.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | MultipartUpload |