QCloudSMHBatchCopyInfo Class Reference

Inherits from NSObject
Declared in QCloudSMHBatchCopyInfo.h
QCloudSMHBatchCopyInfo.m

  fromLibraryId

可选,跨 library 复制文件时,被复制的源文件所在的 library ID;

@property (nonatomic, strong) NSString *fromLibraryId

Declared In

QCloudSMHBatchCopyInfo.h

  fromSpaceId

可选,跨 library 复制文件时,被复制的源文件所在的空间 ID;

@property (nonatomic, strong) NSString *fromSpaceId

Declared In

QCloudSMHBatchCopyInfo.h

  from

被复制的源目录、相簿或文件路径;

@property (nonatomic, strong) NSString *from

Declared In

QCloudSMHBatchCopyInfo.h

  to

目标目录、相簿或文件路径;

@property (nonatomic, strong) NSString *to

Declared In

QCloudSMHBatchCopyInfo.h

  conflictStrategy

文件名冲突时的处理方式,ask: 冲突时返回 status: 409 及 SameNameDirectoryOrFileExists 错误码,rename: 冲突时自动重命名文件,overwrite: 如果冲突目标为目录时返回 status: 409 及 SameNameDirectoryOrFileExists 错误码,否则覆盖已有文件,如果目标为目录或相簿时,默认为 ask 且不支持 overwrite,如果目标为文件默认为 rename;

@property (nonatomic, assign) QCloudSMHConflictStrategyEnum conflictStrategy

Declared In

QCloudSMHBatchCopyInfo.h