Values.IngestionJobStatisticsSourceContains the statistics for the data ingestion job.
type nonrec t = {numberOfDocumentsScanned : PrimitiveLong.t option;The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
*)numberOfMetadataDocumentsScanned : PrimitiveLong.t option;The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
*)numberOfNewDocumentsIndexed : PrimitiveLong.t option;The number of new source documents in the data source that were successfully indexed.
*)numberOfModifiedDocumentsIndexed : PrimitiveLong.t option;The number of modified source documents in the data source that were successfully indexed.
*)numberOfMetadataDocumentsModified : PrimitiveLong.t option;The number of metadata files that were updated or deleted.
*)numberOfDocumentsDeleted : PrimitiveLong.t option;The number of source documents that were deleted.
*)numberOfDocumentsFailed : PrimitiveLong.t option;The number of source documents that failed to be ingested.
*)}