Property BatchSize
- Namespace
- MailFathom.Application.Emails.Embeddings.Backfill
- Assembly
- MailFathom.Application.dll
BatchSize
Gets or sets how many stored messages one batch of the walk reads.
public int BatchSize { get; set; }
Property Value
Remarks
Smaller than the extraction backfill's batch because the work per message is a provider round trip rather than a parse: a batch here bounds how far the walk reads ahead, not how much is held in memory.