Container for elements related to a particular multipart upload.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class MultipartUpload
Public Class MultipartUpload
public ref class MultipartUpload
Members
| All Members | Constructors | Properties | Methods |
| 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 |
Gets and sets the date and time at which the multipart upload was initiated.
| |
| Initiator |
Gets and sets the Initiator property.
| |
| Key |
Gets and sets the Key of the object for which the multipart upload was initiated.
| |
| Owner |
Gets and sets the Owner property.
| |
| StorageClass |
Gets and sets the class of storage that will be used to store the object when multipart
upload is complete.
| |
| ToString()()()() | (Inherited from Object.) | |
| UploadId |
Gets and sets the Upload ID that identifies the multipart upload.
|