Click or drag to resize
MultipartUpload Class
The mutipart upload class definition.
Inheritance Hierarchy
SystemObject
  Aliyun.OSSMultipartUpload

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public class MultipartUpload

The MultipartUpload type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the serialization string
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyInitiated
The initiated timestamp of the multipart upload.
Public propertyKey
Gets or sets the target object's key.
Public propertyStorageClass
Gets or sets the target object's storage class.
Public propertyUploadId
Gets or sets the upload Id.
Top
See Also