Click or drag to resize

UploadStreamRequest Constructor (String, String, Stream, Int64)

Initializes a new instance of the UploadStreamRequest class

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public UploadStreamRequest(
	string bucketName,
	string objectKey,
	Stream uploadStream,
	long partSize
)

Parameters

bucketName
Type: SystemString
objectKey
Type: SystemString
uploadStream
Type: System.IOStream
partSize
Type: SystemInt64
See Also