Click or drag to resize

DownloadFileRequest Constructor (String, String, String, Int64, Boolean, String, 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,
	bool enableCheckpoint,
	string checkpointFile,
	string versionId
)

Parameters

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