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

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public CompleteMultipartUploadRequest(
	string bucketName,
	string key,
	string uploadId
)

Parameters

bucketName
Type: SystemString
key
Type: SystemString
uploadId
Type: SystemString
See Also