Constructor StoredEmailExtractionBackfillResult
- Namespace
- MailFathom.Application.Emails.Extraction
- Assembly
- MailFathom.Application.dll
StoredEmailExtractionBackfillResult(int, int, int, bool)
Summarizes one bounded run of the extraction backfill.
public StoredEmailExtractionBackfillResult(int ExtractedEmailCount, int UnreadableEmailCount, int MissingContentEmailCount, bool EmailsRemain)
Parameters
ExtractedEmailCountintHow many stored emails were re-read and had their metadata and text written.
UnreadableEmailCountintHow many stored emails carried MIME no reader could parse, which the run stepped over.
MissingContentEmailCountintHow many stored emails no longer had raw MIME to re-read.
EmailsRemainboolWhether emails still await extraction after this run's batch budget was spent.
Remarks
Every field is a count. Nothing derived from a message — no subject, address, or fragment of body text — belongs in a result a worker logs.