Click or drag to resize
IOssAppendObject Method
Appends object to OSS according to the AppendObjectRequest

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
AppendObjectResult AppendObject(
	AppendObjectRequest request
)

Parameters

request
Type: Aliyun.OSSAppendObjectRequest
AppendObjectRequest instance

Return Value

Type: AppendObjectResult
AppendObjectResult result
See Also