Table of Contents

Property BatchSize

Namespace
MailFathom.Application.Spam.Runs
Assembly
MailFathom.Application.dll

BatchSize

Gets or sets how many stored occurrences one batch reads, classifies, and commits the position of.

public int BatchSize { get; set; }

Property Value

int

Remarks

A batch is the unit of progress an interrupted pass gives back. Raising it walks a mailbox in fewer commits; lowering it shortens the stretch a cancelled pass has to cover again.