Click or drag to resize
InitiateMultipartUploadRequest Constructor (String, String, ObjectMetadata)
Creates a new instance of InitiateMultipartUploadRequest.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public InitiateMultipartUploadRequest(
	string bucketName,
	string key,
	ObjectMetadata objectMetadata
)

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
object key
objectMetadata
Type: Aliyun.OSSObjectMetadata
Object's ObjectMetadata
See Also