Click or drag to resize
UploadPartCopyRequest Constructor
Initializes a new instance of the UploadPartCopyRequest class

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public UploadPartCopyRequest(
	string targetBucket,
	string targetKey,
	string sourceBucket,
	string sourceKey,
	string uploadId
)

Parameters

targetBucket
Type: SystemString
targetKey
Type: SystemString
sourceBucket
Type: SystemString
sourceKey
Type: SystemString
uploadId
Type: SystemString
See Also