MCPcopy Create free account
hub / github.com/cosdata/cosdata / CollectionIndexingStatusSummary

Class CollectionIndexingStatusSummary

src/models/collection.rs:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98#[derive(Debug, Serialize)]
99pub struct CollectionIndexingStatusSummary {
100 pub total_transactions: u32,
101 pub completed_transactions: u32,
102 pub in_progress_transactions: u32,
103 pub not_started_transactions: u32,
104 pub total_records_indexed_completed: u64,
105 pub average_rate_per_second_completed: f32,
106}
107
108#[derive(Debug, Serialize)]
109pub struct TransactionStatusWithTransactionId {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected