Click or drag to resize
ListPartsRequest Constructor
Creates an instance of ListPartsRequest.

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

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
target object key
uploadId
Type: SystemString
upload Id
See Also