QCloudSMHCrossSpaceCopyDirectoryRequest Class Reference
| Inherits from | QCloudSMHBizRequest : QCloudSMHBaseRequest : QCloudHTTPRequest |
|---|---|
| Declared in | QCloudSMHCrossSpaceCopyDirectoryRequest.h QCloudSMHCrossSpaceCopyDirectoryRequest.m |
dirPath
目标目录路径或相簿名,对于多级目录,使用斜杠(/)分隔,例如 foo/bar_new;
@property (nonatomic, strong) NSString *dirPathDeclared In
QCloudSMHCrossSpaceCopyDirectoryRequest.h
conflictStrategy
ConflictResolutionStrategy: 最后一级目录冲突时的处理方式, ask: 冲突时返回 HTTP 409 Conflict 及 SameNameDirectoryOrFileExists 错误码, rename: 冲突时自动重命名最后一级目录, 默认为 ask;
@property (nonatomic, assign) QCloudSMHConflictStrategyEnum conflictStrategyDeclared In
QCloudSMHCrossSpaceCopyDirectoryRequest.h
from
被复制的源目录或相簿路径;
@property (nonatomic, strong) NSString *fromDeclared In
QCloudSMHCrossSpaceCopyDirectoryRequest.h
fromSpaceId
被复制的源空间 SpaceId;
@property (nonatomic, strong) NSString *fromSpaceIdDeclared In
QCloudSMHCrossSpaceCopyDirectoryRequest.h