Property BatchSize
- Namespace
- MailFathom.Application.Rules.Evaluation
- Assembly
- MailFathom.Application.dll
BatchSize
Gets or sets how many stored emails one batch reads, evaluates, and commits together.
public int BatchSize { get; set; }
Property Value
Remarks
A batch is the unit of progress an interrupted pass loses, and the unit of work one transaction covers. Raising it drains a backlog in fewer transactions; lowering it shortens the window a cancelled pass has to give back.