Click or drag to resize
AbortMultipartUploadRequest Constructor
Creates a new intance AbortMultipartUploadRequest with 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 AbortMultipartUploadRequest(
	string bucketName,
	string key,
	string uploadId
)

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
object name
uploadId
Type: SystemString
Upload Id to cancel. It could be got fromInitiateMultipartUploadResult
See Also