获取Multipart Upload事件中某块数据的信息.
Inheritance Hierarchy
Aliyun.OpenServices.OpenStorageServicePart
Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
The Part type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Part | Initializes a new instance of the Part class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) |
![]() | GetType |
获取当前实例的 Type。
(Inherited from Object.) |
![]() | MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) |
![]() | ToString |
获取该实例的字符串表示。
(Overrides ObjectToString.) |
Properties
Name | Description | |
---|---|---|
![]() | ETag |
获取分块内容的ETag
|
![]() | LastModified |
获取分块上传的时间
|
![]() | PartETag |
获取包含Part标识号码和ETag值的PartETag对象
|
![]() | PartNumber |
获取分块的编号
|
![]() | Size |
获取分块的大小,单位字节
|
See Also