Click or drag to resize
CompleteMultipartUploadRequest Constructor
通过bucket名称,object名称和upload id构造本对象

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

Parameters

bucketName
Type: SystemString
bucket的名称
key
Type: SystemString
object的名称
uploadId
Type: SystemString
本次需要完成的上传的id,由InitiateMultipartUploadResult中获得
See Also