QCloudSMHGetRecycleObjectListReqeust Class Reference

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

Overview

获取回收站文件列表

  limit

限制响应体中的条目数,如不指定则默认为 1000;

@property (nonatomic, assign) NSInteger limit

Declared In

QCloudSMHGetRecycleObjectListReqeust.h

  marker

分页标记,当需要分页时,响应体中将返回下一次请求时用于该参数的值,当请求第一页时无需指定该参数

@property (nonatomic, copy) NSString *marker

Declared In

QCloudSMHGetRecycleObjectListReqeust.h

  page

分页码,默认第一页,可选参数;

@property (nonatomic, assign) NSInteger page

Declared In

QCloudSMHGetRecycleObjectListReqeust.h

  pageSize

分页大小,默认 20,可选参数;

@property (nonatomic, assign) NSInteger pageSize

Declared In

QCloudSMHGetRecycleObjectListReqeust.h

  sortType

排序字段, 按名称排序为 QCloudSMHSortTypeName, 按修改时间排序为 QCloudSMHSortTypeMTime, 按文件大小排序为 QCloudSMHSortTypeSize, 按删除时间排序为 QCloudSMHSortTypeRemovalTime, 按剩余时间排序为 QCloudSMHSortTypeRemainingTime;

@property (nonatomic, assign) QCloudSMHSortType sortType

Declared In

QCloudSMHGetRecycleObjectListReqeust.h

  isNext

分页方向,当请求下一页时传 next,当请求上一页时,传 prev;

@property (nonatomic, assign) BOOL isNext

Declared In

QCloudSMHGetRecycleObjectListReqeust.h