Container for elements related to a particular multipart upload.

Namespace: Amazon.S3.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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
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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UploadId
Gets and sets the Upload ID that identifies the multipart upload.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..MultipartUpload

See Also