|
ORE Studio 0.0.4
|
Entity for session statistics from continuous aggregates. More...
#include <session_entity.hpp>

Public Attributes | |
| std::string | day |
| std::string | account_id |
| std::int64_t | session_count = 0 |
| double | avg_duration_seconds = 0.0 |
| std::int64_t | total_bytes_sent = 0 |
| std::int64_t | total_bytes_received = 0 |
Static Public Attributes | |
| static constexpr const char * | schema = "production" |
| static constexpr const char * | tablename = "iam_session_stats_tbl" |
Entity for session statistics from continuous aggregates.