Click or drag to resize

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

Parameters

bucketName
Type: SystemString
Bucket name
objectKey
Type: SystemString
Object name
downloadFile
Type: SystemString
Full path to which the object is downloaded
partSize
Type: SystemInt64
Part size
enableCheckpoint
Type: SystemBoolean
Whether to use the resumable mode
checkpointFile
Type: SystemString
File used to record the download progress
versionId
Type: SystemString
Object version ID
See Also