Class MultipartUpload
Container for elements related to a particular multipart upload.
public class MultipartUpload
- Inheritance
-
MultipartUpload
- Inherited Members
Constructors
MultipartUpload()
public MultipartUpload()
Properties
Initiated
Date and time at which the multipart upload was initiated.
public DateTime Initiated { get; set; }
Property Value
Initiator
Identifies who initiated the multipart upload.
public Initiator Initiator { get; set; }
Property Value
Key
Key of the object for which the multipart upload was initiated.
public string Key { get; set; }
Property Value
Owner
Gets and sets the Owner property.
public Owner Owner { get; set; }
Property Value
StorageClass
The class of storage used to store the object.
public S3StorageClass StorageClass { get; set; }
Property Value
UploadId
Upload ID that identifies the multipart upload.
public string UploadId { get; set; }