Interface ProgressRow

X-ClickHouse-Summary response header and progress rows from JSONEachRowWithProgress share the same structure

interface ProgressRow {
    progress: ClickHouseSummary;
}

Properties

Properties

progress: ClickHouseSummary