AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the MultipartUpload for the Amazon S3 object.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class MultipartUpload
The MultipartUpload type exposes the following members
| Name | Description | |
|---|---|---|
|
MultipartUpload() |
| Name | Type | Description | |
|---|---|---|---|
|
ChecksumAlgorithm | Amazon.S3.ChecksumAlgorithm |
Gets and sets the property ChecksumAlgorithm. The algorithm that was used to create a checksum of the object. |
|
ChecksumType | Amazon.S3.ChecksumType |
Gets and sets the property ChecksumType. The checksum type that is used to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide. |
|
Initiated | System.Nullable<System.DateTime> |
Gets and sets the property Initiated. Date and time at which the multipart upload was initiated. |
|
Initiator | Amazon.S3.Model.Initiator |
Gets and sets the property Initiator. Identifies who initiated the multipart upload. |
|
Key | System.String |
Gets and sets the property Key. Key of the object for which the multipart upload was initiated. |
|
Owner | Amazon.S3.Model.Owner |
Gets and sets the property Owner. Specifies the owner of the object that is part of the multipart upload. Directory buckets - The bucket owner is returned as the object owner for all the objects. |
|
StorageClass | Amazon.S3.S3StorageClass |
Gets and sets the property StorageClass. The class of storage used to store the object. Directory buckets - Directory buckets only support |
|
UploadId | System.String |
Gets and sets the property UploadId. Upload ID that identifies the multipart upload. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer