Click or drag to resize
IOssResumableCopyObject Method
Resumable object copy. If the file size is less than part size, normal file upload is used; otherwise multipart upload is used.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
CopyObjectResult ResumableCopyObject(
	CopyObjectRequest copyObjectRequest,
	string checkpointDir,
	Nullable<long> partSize = null
)

Parameters

copyObjectRequest
Type: Aliyun.OSSCopyObjectRequest
request parameter
checkpointDir
Type: SystemString
checkpoint file folder
partSize (Optional)
Type: SystemNullableInt64
The part size.

Return Value

Type: CopyObjectResult
CopyObjectResult instance
See Also