Property EmbeddedEmailCount
- Namespace
- MailFathom.Application.Emails.Embeddings.Administration
- Assembly
- MailFathom.Application.dll
EmbeddedEmailCount
Gets how many searchable messages this vector space already covers.
public int EmbeddedEmailCount { get; }
Property Value
Remarks
Floored at zero rather than trusted to be positive. The two counts come from separate aggregates over a database that mail is still arriving into, so a message stored between them can make the outstanding count the larger of the two, and reporting a negative progress figure to an operator would say something that is not true of any state the instance was ever in.