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

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

Parameters

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