AppendObjectRequest Class |
Namespace: Aliyun.OSS
public class AppendObjectRequest
The AppendObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppendObjectRequest |
构造一个新的AppendObjectRequest 实例
|
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 | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | BucketName |
获取或者设置Object所在的Bucket的名称。
|
![]() | Content |
需要追加的内容
|
![]() | Key |
获取或者设置Object的Key。
|
![]() | ObjectMetadata |
获取或者设置目标Object的Metadata信息。
|
![]() | Position |
设置或获取追加的位置。第一次可以通过GetObjectMeta获取,后续可以从前一次的AppendObjectResult中获取
|