Click or drag to resize
CompleteMultipartUploadRequest Constructor
Creates a CompleteMultipartUploadRequest instance by bucket name, object key and upload Id.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public CompleteMultipartUploadRequest(
	string bucketName,
	string key,
	string uploadId
)

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
object key
uploadId
Type: SystemString
Upload Id, which is got from InitiateMultipartUploadResult
See Also