QCloudSMHQuickPutObjectRequest Class Reference

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

  filePath

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

@property (nonatomic, strong) NSString *filePath

Declared In

QCloudSMHQuickPutObjectRequest.h

  size

字符串,文件大小,用于秒传,可选参数;

@property (nonatomic, strong) NSString *size

Declared In

QCloudSMHQuickPutObjectRequest.h

  fullHash

SMH 定义的文件的 fullHash 值,用于秒传,可选参数,具体算法如下:

@property (nonatomic, strong) NSString *fullHash

Declared In

QCloudSMHQuickPutObjectRequest.h

  beginningHash

文件前 1M 的 fullHash 值,用于秒传,可选参数; 文件开头 1M 的 sha256 哈希值

@property (nonatomic, strong) NSString *beginningHash

Declared In

QCloudSMHQuickPutObjectRequest.h