QCloudSMHRecycleObjectItemInfo Class Reference

Inherits from QCloudSMHBaseContentInfo : NSObject
Declared in QCloudSMHRecycleObjectListInfo.h
QCloudSMHRecycleObjectListInfo.m

  nextMarker

当返回的条目被截断需要分页获取下一页时返回该字段,在请求下一页时该字段的值即为 NextMarker 参数值;当返回的条目没有被截断即无需继续获取下一页时,不返回该字段;

@property (nonatomic, copy) NSString *nextMarker

Declared In

QCloudSMHRecycleObjectListInfo.h

  name

字符串,文件名称;

@property (nonatomic, strong) NSString *name

Declared In

QCloudSMHRecycleObjectListInfo.h

  recycledItemId

数字,回收站id;

@property (nonatomic, strong) NSString *recycledItemId

Declared In

QCloudSMHRecycleObjectListInfo.h

  remainingTime

数字,剩余天数,不足一天的部分不计入;

@property (nonatomic, strong) NSString *remainingTime

Declared In

QCloudSMHRecycleObjectListInfo.h

  removalTime

ISO 8601格式的日期与时间字符串,表示目录或相簿的删除时间,例如 2020-10-14T10:17:57.953Z;

@property (nonatomic, strong) NSString *removalTime

Declared In

QCloudSMHRecycleObjectListInfo.h

  size

文件大小,为了避免数字精度问题,这里为字符串格式;

@property (nonatomic, strong) NSString *size

Declared In

QCloudSMHRecycleObjectListInfo.h

  previewByCI

是否可通过万象预览;

@property (nonatomic, assign) BOOL previewByCI

Declared In

QCloudSMHRecycleObjectListInfo.h

  type

字符串,条目类型: dir: 目录或相簿; file: 文件,仅用于文件类型媒体库; image: 图片,仅用于媒体类型媒体库; video: 视频,仅用于媒体类型媒体库;

@property (nonatomic, assign) QCloudSMHContentInfoType type

Declared In

QCloudSMHRecycleObjectListInfo.h

  authorityList

允许操作的权限;

@property (nonatomic, strong) QCloudSMHRoleInfo *authorityList

Declared In

QCloudSMHRecycleObjectListInfo.h

  removalPerson

删除人昵称;

@property (nonatomic, strong) NSString *removalPerson

Declared In

QCloudSMHRecycleObjectListInfo.h

  localSync

当该文件夹是同步盘,或是同步盘的子级文件目录时,返回该字段

@property (nonatomic, strong) QCloudSMHLocalSync *localSync

Declared In

QCloudSMHRecycleObjectListInfo.h