libkazv
|
Context for result, if requested. More...
#include <search.hpp>
Public Attributes | |
std::optional< std::string > | start |
Pagination token for the start of the chunk. More... | |
std::optional< std::string > | end |
Pagination token for the end of the chunk. More... | |
immer::map< std::string, UserProfile > | profileInfo |
The historic profile information of the users that sent the events returned. More... | |
EventList | eventsBefore |
Events just before the result. More... | |
EventList | eventsAfter |
Events just after the result. More... | |
Context for result, if requested.
std::optional<std::string> Kazv::Api::SearchJob::EventContext::end |
Pagination token for the end of the chunk.
EventList Kazv::Api::SearchJob::EventContext::eventsAfter |
Events just after the result.
EventList Kazv::Api::SearchJob::EventContext::eventsBefore |
Events just before the result.
immer::map<std::string, UserProfile> Kazv::Api::SearchJob::EventContext::profileInfo |
The historic profile information of the users that sent the events returned.
The string
key is the user ID for which the profile belongs to.
std::optional<std::string> Kazv::Api::SearchJob::EventContext::start |
Pagination token for the start of the chunk.