QCloudSMHContentListInfo Class Reference

Inherits from NSObject
Declared in QCloudSMHContentListInfo.h
QCloudSMHContentListInfo.m

  nextMarker

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

@property (nonatomic, copy) NSString *nextMarker

Declared In

QCloudSMHContentListInfo.h

  fileCount

整数,当前目录中的文件数(不包含孙子级);

@property (nonatomic, assign) NSInteger fileCount

Declared In

QCloudSMHContentListInfo.h

  subDirCount

整数,当前目录中的子目录数(不包含孙子级)

@property (nonatomic, assign) NSInteger subDirCount

Declared In

QCloudSMHContentListInfo.h

  contents

对象数组,目录或相簿内的具体内容

@property (nonatomic, strong) NSArray<QCloudSMHContentInfo*> *contents

Declared In

QCloudSMHContentListInfo.h