Struct DuckDBQueryProgress
public struct DuckDBQueryProgress
- Inherited Members
Properties
Percentage
public readonly double Percentage { get; }
Property Value
RowsProcessed
public readonly ulong RowsProcessed { get; }
Property Value
TotalRowsToProcess
public readonly ulong TotalRowsToProcess { get; }