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