Metadata for a JetStream stream.
More...
#include <stream_info.hpp>
|
|
std::string | name |
| |
|
std::vector< std::string > | subjects |
| |
|
std::uint64_t | message_count = 0 |
| |
|
std::uint64_t | byte_count = 0 |
| |
|
std::uint64_t | consumer_count = 0 |
| |
|
std::uint64_t | first_seq = 0 |
| |
|
std::uint64_t | last_seq = 0 |
| |
|
std::chrono::system_clock::time_point | created_at |
| |
|
std::chrono::system_clock::time_point | first_message_at |
| |
|
std::chrono::system_clock::time_point | last_message_at |
| |
Metadata for a JetStream stream.
Populated by jetstream_admin::list_streams() and get_stream(). All cnats types are hidden behind the admin implementation.