QCloudSMHDownloadFileRequest Class Reference

Inherits from QCloudSMHBizRequest : QCloudSMHBaseRequest : QCloudHTTPRequest
Declared in QCloudSMHDownloadFileRequest.h
QCloudSMHDownloadFileRequest.m

Overview

下载文件

  filePath

完整文件路径,例如 /api/v1/file/smhxxx/-/foo/bar/file.docx

@property (nonatomic, strong) NSString *filePath

Declared In

QCloudSMHDownloadFileRequest.h

  range

RFC 2616 中定义的指定文件下载范围,以字节(bytes)为单位

@property (strong, nonatomic) NSString *range

Declared In

QCloudSMHDownloadFileRequest.h

  historVersionId

历史版本 ID,用于获取不同版本的文件内容,可选参数,不传默认为最新版;

@property (assign, nonatomic) NSInteger historVersionId

Declared In

QCloudSMHDownloadFileRequest.h