Click or drag to resize

DownloadFileRequest Constructor (String, 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
)

Parameters

bucketName
Type: SystemString
Bucket name
objectKey
Type: SystemString
Object name
downloadFile
Type: SystemString
Full path to which the object is downloaded
See Also