Click or drag to resize
UploadPartRequest Class
指定上传某分块的请求。
Inheritance Hierarchy
SystemObject
  Aliyun.OSSUploadPartRequest

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public class UploadPartRequest

The UploadPartRequest type exposes the following members.

Constructors
  NameDescription
Public methodUploadPartRequest
Initializes a new instance of the UploadPartRequest class
Top
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
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBucketName
获取或者设置OssObject所在Bucket的名称。
Public propertyInputStream
获取或设置包含上传分块内容的数据流。
Public propertyKey
获取或者设置OssObject的值。
Public propertyMd5Digest
获取或设置分块(Part)数据的MD5校验值。
Public propertyPartNumber
获取或设置返回上传分块(Part)的标识号码(Part Number)。 每一个上传分块(Part)都有一个标识它的号码(范围1~10000)。 对于同一个Upload ID,该号码不但唯一标识这一块数据,也标识了这块数据在整个文件中的相对位置。 如果你用同一个Part号码上传了新的数据,那么OSS上已有的这个号码的Part数据将被覆盖。
Public propertyPartSize
获取或设置返回分块(Part)数据的字节数。 除最后一个Part外,其他Part最小为5MB。
Public propertyStreamTransferProgress
获取或设置进度回调。
Public propertyUploadId
获取或设置上传Multipart上传事件的Upload ID。
Top
See Also