QCloudSMHCopyFileRequest Class Reference

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

Overview

复制文件

  filePath

完整文件路径,例如 foo/bar/file_new.docx

@property (nonatomic, strong) NSString *filePath

Declared In

QCloudSMHCopyFileRequest.h

  conflictStrategy

文件名冲突时的处理方式,默认为 rename ask: 冲突时返回 HTTP 409 Conflict 及 SameNameDirectoryOrFileExists 错误码,r ename: 冲突时自动重命名文件overwrite: 如果冲突目标为目录时返回 HTTP 409 Conflict 及 SameNameDirectoryOrFileExists 错误码,否则覆盖已有文件,;

@property (nonatomic, assign) QCloudSMHConflictStrategyEnum conflictStrategy

Declared In

QCloudSMHCopyFileRequest.h

  from

定被重命名或移动的源目录路径或相簿名

@property (nonatomic, strong) NSString *from

Declared In

QCloudSMHCopyFileRequest.h