AWS SDK for .NET Documentation
MultipartUpload Class
AmazonAmazon.S3.ModelMultipartUpload Did this page help you?   Yes   No    Tell us about it...
Container for elements related to a particular multipart upload.
Declaration Syntax
C#
public class MultipartUpload
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
MultipartUpload()()()()
Initializes a new instance of the MultipartUpload class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
MultipartUpload

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)