sqlgen entity for ores_compute_grid_samples_tbl.
More...
#include <grid_sample_entity.hpp>
|
|
sqlgen::PrimaryKey< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > | sampled_at |
| |
|
sqlgen::PrimaryKey< std::string > | tenant_id |
| |
|
int | total_hosts {0} |
| |
|
int | online_hosts {0} |
| |
|
int | idle_hosts {0} |
| |
|
int | results_inactive {0} |
| |
|
int | results_unsent {0} |
| |
|
int | results_in_progress {0} |
| |
|
int | results_done {0} |
| |
|
int | total_workunits {0} |
| |
|
int | total_batches {0} |
| |
|
int | active_batches {0} |
| |
|
int | outcomes_success {0} |
| |
|
int | outcomes_client_error {0} |
| |
|
int | outcomes_no_reply {0} |
| |
|
|
static constexpr const char * | schema = "public" |
| |
|
static constexpr const char * | tablename = "ores_compute_grid_samples_tbl" |
| |
sqlgen entity for ores_compute_grid_samples_tbl.