IOssResumableDownloadObject Method |
Download a file.
Internally it may use multipart download in case the file is big
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax ObjectMetadata ResumableDownloadObject(
DownloadObjectRequest request
)
Function ResumableDownloadObject (
request As DownloadObjectRequest
) As ObjectMetadata
ObjectMetadata^ ResumableDownloadObject(
DownloadObjectRequest^ request
)
abstract ResumableDownloadObject :
request : DownloadObjectRequest -> ObjectMetadata
Parameters
- request
- Type: Aliyun.OSSDownloadObjectRequest
DownloadObjectRequest instance
Return Value
Type:
ObjectMetadataThe metadata object
See Also