Click or drag to resize

DownloadFileRequest Constructor (String, String, String, Int64, Int32, Boolean, String)

Initializes a new instance of the DownloadFileRequest class

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public DownloadFileRequest(
	string bucketName,
	string objectKey,
	string downloadFile,
	long partSize,
	int taskNum,
	bool enableCheckpoint,
	string checkpointFile
)

Parameters

bucketName
Type: SystemString
objectKey
Type: SystemString
downloadFile
Type: SystemString
partSize
Type: SystemInt64
taskNum
Type: SystemInt32
enableCheckpoint
Type: SystemBoolean
checkpointFile
Type: SystemString
See Also