NIMThreadTalkFetchOption Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMThreadTalkFetchOption.h |
start
查询开始时间戳,默认 0,单位(s)
@property (nonatomic, assign) NSTimeInterval startDiscussion
查询开始时间戳,默认 0,单位(s)
Declared In
NIMThreadTalkFetchOption.h
end
查询h结束时间戳,默认 当前时间+1小时,单位(s)
@property (nonatomic, assign) NSTimeInterval endDiscussion
查询h结束时间戳,默认 当前时间+1小时,单位(s)
Declared In
NIMThreadTalkFetchOption.h
excludeMessage
查询结果排除指定消息,默认为空
@property (nonatomic, strong) NIMMessage *excludeMessageDiscussion
查询结果排除指定消息,默认为空
Declared In
NIMThreadTalkFetchOption.h
limit
分页查询数量,默认100
@property (nonatomic, assign) NSUInteger limitDiscussion
分页查询数量,默认100
Declared In
NIMThreadTalkFetchOption.h
reverse
逆序查询,默认 NO
@property (nonatomic, assign) BOOL reverseDiscussion
逆序查询,默认 NO
Declared In
NIMThreadTalkFetchOption.h
sync
同步到DB,默认 NO
@property (nonatomic, assign) BOOL syncDiscussion
同步到DB,默认 NO
Declared In
NIMThreadTalkFetchOption.h