| UploadPartRequest Class |
Namespace: Aliyun.OSS
The UploadPartRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| UploadPartRequest | Initializes a new instance of the UploadPartRequest class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BucketName | ||
| InputStream |
获取或设置包含上传分块内容的数据流。
| |
| Key |
获取或者设置OssObject的值。
| |
| Md5Digest |
获取或设置分块(Part)数据的MD5校验值。
| |
| PartNumber |
获取或设置返回上传分块(Part)的标识号码(Part Number)。
每一个上传分块(Part)都有一个标识它的号码(范围1~10000)。
对于同一个Upload ID,该号码不但唯一标识这一块数据,也标识了这块数据在整个文件中的相对位置。
如果你用同一个Part号码上传了新的数据,那么OSS上已有的这个号码的Part数据将被覆盖。
| |
| PartSize |
获取或设置返回分块(Part)数据的字节数。
除最后一个Part外,其他Part最小为5MB。
| |
| StreamTransferProgress |
获取或设置进度回调。
| |
| UploadId |
获取或设置上传Multipart上传事件的Upload ID。
|