NIMQChatSearchChannelByPageParam Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | NIMQChatSearchChannelByPageParam.h |
keyword
检索关键字,目标检索服务器名称
@property (nonnull, nonatomic, copy) NSString *keyword
Discussion
检索关键字,目标检索服务器名称
Declared In
NIMQChatSearchChannelByPageParam.h
asc
排序规则 true:正序;false:反序
@property (nonatomic, assign) BOOL asc
Discussion
排序规则 true:正序;false:反序
Declared In
NIMQChatSearchChannelByPageParam.h
startTime
查询时间范围的开始时间,单位s
@property (nullable, nonatomic, copy) NSNumber *startTime
Discussion
查询时间范围的开始时间,单位s
Declared In
NIMQChatSearchChannelByPageParam.h
endTime
查询时间范围的结束时间,要求比开始时间大,单位s
@property (nullable, nonatomic, copy) NSNumber *endTime
Discussion
查询时间范围的结束时间,要求比开始时间大,单位s
Declared In
NIMQChatSearchChannelByPageParam.h
limit
检索返回的最大记录数,最大和默认都是100
@property (nullable, nonatomic, copy) NSNumber *limit
Discussion
检索返回的最大记录数,最大和默认都是100
Declared In
NIMQChatSearchChannelByPageParam.h
serverId
服务器ID,填0表示不限制在某个服务器内查询
@property (nonatomic, assign) unsigned long long serverId
Discussion
服务器ID,填0表示不限制在某个服务器内查询
Declared In
NIMQChatSearchChannelByPageParam.h
sortType
返回值的排序类型
@property (nonatomic, assign) NIMQChatSearchChannelSortType sortType
Discussion
返回值的排序类型
Declared In
NIMQChatSearchChannelByPageParam.h
cursor
查询游标,查询的起始位置,上一次查询会返回cursor字段
@property (nullable, nonatomic, copy) NSString *cursor
Discussion
查询游标,查询的起始位置,上一次查询会返回cursor字段
Declared In
NIMQChatSearchChannelByPageParam.h