QCloudSMHInitiateSearchRequest Class Reference

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

Overview

用于搜索目录与文件

  keyword

搜索关键字,可使用空格分隔多个关键字,关键字之间为“或”的关系并优先展示匹配关键字较多的项目;

@property (nonatomic, strong) NSString *keyword

Declared In

QCloudSMHInitiateSearchRequest.h

  scope

搜索范围,指定搜索的目录,如搜索根目录可指定为空字符串、“/”或不指定该字段

@property (nonatomic, strong) NSString *scope

Declared In

QCloudSMHInitiateSearchRequest.h

  searchTypes

搜索类型,字符串或字符串数组 QCloudSMHSearchType

@property (nonatomic, strong) NSArray<NSNumber*> *searchTypes

Declared In

QCloudSMHInitiateSearchRequest.h

  creators

搜索创建/更新者,可选参数,对象数组

@property (nonatomic, strong) NSArray<QCloudSMHSearchCreator*> *creators

Declared In

QCloudSMHInitiateSearchRequest.h

  minFileSize

搜索文件大小范围,整数,单位 Byte,均为可选参数

@property (nonatomic, assign) NSInteger minFileSize

Declared In

QCloudSMHInitiateSearchRequest.h

  modificationTimeStart

搜索更新时间范围,时间戳字符串,与时区无关,均可选参数

@property (nonatomic, strong) NSString *modificationTimeStart

Declared In

QCloudSMHInitiateSearchRequest.h