Values_2.RowInfoSourceInformation about rows for a data set SPICE ingestion.
type nonrec t = {rowsIngested : Values_0.Long.t option;The number of rows that were ingested.
*)rowsDropped : Values_0.Long.t option;The number of rows that were not ingested.
*)totalRowsInDataset : Values_0.Long.t option;The total number of rows in the dataset.
*)}