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