QCloudSMHCopyFileRequest Class Reference
| Inherits from | QCloudSMHBizRequest : QCloudSMHBaseRequest : QCloudHTTPRequest |
|---|---|
| Declared in | QCloudSMHCopyFileRequest.h QCloudSMHCopyFileRequest.m |
filePath
完整文件路径,例如 foo/bar/file_new.docx
@property (nonatomic, strong) NSString *filePathDeclared In
QCloudSMHCopyFileRequest.h
conflictStrategy
文件名冲突时的处理方式,默认为 rename ask: 冲突时返回 HTTP 409 Conflict 及 SameNameDirectoryOrFileExists 错误码,r ename: 冲突时自动重命名文件overwrite: 如果冲突目标为目录时返回 HTTP 409 Conflict 及 SameNameDirectoryOrFileExists 错误码,否则覆盖已有文件,;
@property (nonatomic, assign) QCloudSMHConflictStrategyEnum conflictStrategyDeclared In
QCloudSMHCopyFileRequest.h
from
定被重命名或移动的源目录路径或相簿名
@property (nonatomic, strong) NSString *fromDeclared In
QCloudSMHCopyFileRequest.h