Click or drag to resize

UploadStreamRequest Constructor (String, String, Stream, Int64, Boolean, String)

Constructor

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public UploadStreamRequest(
	string bucketName,
	string objectKey,
	Stream uploadStream,
	long partSize,
	bool enableCheckpoint,
	string checkpointFile
)

Parameters

bucketName
Type: SystemString
Bucket name
objectKey
Type: SystemString
Object name
uploadStream
Type: System.IOStream
Data stream to be uploaded, which must be queryable
partSize
Type: SystemInt64
Part size
enableCheckpoint
Type: SystemBoolean
Whether to use the resumable mode
checkpointFile
Type: SystemString
File used to record progresses of resumable uploads
See Also