Click or drag to resize
InitiateMultipartUploadRequest Constructor (String, String)
Initializes a new instance of the InitiateMultipartUploadRequest class

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

Parameters

bucketName
Type: SystemString
key
Type: SystemString
See Also