AWS SDK Version 3 for .NET
API Reference

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 elements related to a particular multipart upload.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.MultipartUpload

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class MultipartUpload

The MultipartUpload type exposes the following members

Constructors

NameDescription
Public Method MultipartUpload()

Properties

NameTypeDescription
Public Property ChecksumAlgorithm Amazon.S3.ChecksumAlgorithm

Gets and sets the property ChecksumAlgorithm.

The algorithm that was used to create a checksum of the object.

Public Property Initiated System.DateTime

Date and time at which the multipart upload was initiated.

Public Property Initiator Amazon.S3.Model.Initiator

Identifies who initiated the multipart upload.

Public Property Key System.String

Key of the object for which the multipart upload was initiated.

Public Property 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.

Public Property StorageClass Amazon.S3.S3StorageClass

Gets and sets the property StorageClass.

The class of storage used to store the object.

Directory buckets - Only the S3 Express One Zone storage class is supported by directory buckets to store objects.

Public Property UploadId System.String

Upload ID that identifies the multipart upload.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5