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

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

Parameters

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