ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
stream_info Struct Reference

Metadata for a JetStream stream. More...

#include <stream_info.hpp>

Collaboration diagram for stream_info:
Collaboration graph

Public Attributes

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
 

Detailed Description

Metadata for a JetStream stream.

Populated by jetstream_admin::list_streams() and get_stream(). All cnats types are hidden behind the admin implementation.