#include <feed_types.hpp>
Public Attributes | |
| std::vector< StreamDelta > | deltas |
| std::optional< std::int64_t > | last_seq = std::nullopt |
| std::int64_t | min_available_seq = 0 |
| std::int64_t | replay_floor_seq = 0 |
| bool | stale_since_seq = false |
| bool | has_more = false |
| std::vector<StreamDelta> dcn::feed::StreamPage::deltas |
| bool dcn::feed::StreamPage::has_more = false |
| std::optional<std::int64_t> dcn::feed::StreamPage::last_seq = std::nullopt |
| std::int64_t dcn::feed::StreamPage::min_available_seq = 0 |
| std::int64_t dcn::feed::StreamPage::replay_floor_seq = 0 |
| bool dcn::feed::StreamPage::stale_since_seq = false |