OssClientResumableDownloadObject 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 public ObjectMetadata ResumableDownloadObject(
DownloadObjectRequest request
)
Public Function ResumableDownloadObject (
request As DownloadObjectRequest
) As ObjectMetadata
public:
virtual ObjectMetadata^ ResumableDownloadObject(
DownloadObjectRequest^ request
) sealed
abstract ResumableDownloadObject :
request : DownloadObjectRequest -> ObjectMetadata
override ResumableDownloadObject :
request : DownloadObjectRequest -> ObjectMetadata
Parameters
- request
- Type: Aliyun.OSSDownloadObjectRequest
DownloadObjectRequest instance
Return Value
Type:
ObjectMetadataThe metadata object
Implements
IOssResumableDownloadObject(DownloadObjectRequest)See Also