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

Class CollectionIndexingStatusResponse

src/api/openapi.rs:424–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422
423#[derive(utoipa::ToSchema, serde::Serialize)]
424pub struct CollectionIndexingStatusResponse {
425 pub collection_name: String,
426 pub total_transactions: u32,
427 pub completed_transactions: u32,
428 pub in_progress_transactions: u32,
429 pub not_started_transactions: u32,
430 pub total_records_indexed_completed: u64,
431 pub average_rate_per_second_completed: f32,
432 pub last_synced: String,
433}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected