Click or drag to resize
IOssCopyBigObject Method

Note: This API is now obsolete.

Deprecated. Use ResumableCopyObject instead. Copy the specified file with optional checkpoint support.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
[ObsoleteAttribute("CopyBigObject is deprecated, please use ResumableCopyObject instead")]
CopyObjectResult CopyBigObject(
	CopyObjectRequest copyObjectRequest,
	Nullable<long> partSize = null,
	string checkpointDir = null
)

Parameters

copyObjectRequest
Type: Aliyun.OSSCopyObjectRequest
the request parameter
partSize (Optional)
Type: SystemNullableInt64
part size. If the part size is not specified, or less than DefaultPartSize, PartSizeLowerLimit will be used instead.
checkpointDir (Optional)
Type: SystemString
The checkpoint file folder. If it's not specified, checkpoint information is not stored and resumnable upload will not be supported in this case.

Return Value

Type: CopyObjectResult
CopyObjectResult instance.
See Also