Click or drag to resize
OssClientResumableDownloadObject Method
Download a file. Internally it may use multipart download in case the file is big

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public ObjectMetadata ResumableDownloadObject(
	DownloadObjectRequest request
)

Parameters

request
Type: Aliyun.OSSDownloadObjectRequest
DownloadObjectRequest instance

Return Value

Type: ObjectMetadata
The metadata object

Implements

IOssResumableDownloadObject(DownloadObjectRequest)
See Also