Table of Contents

Property Target

Namespace
MailFathom.Application.Emails.Embeddings.Generations
Assembly
MailFathom.Application.dll

Target

Gets the generation the sweep works towards, which is the one being built where there is one.

public RegisteredEmbeddingProfile? Target { get; }

Property Value

RegisteredEmbeddingProfile

Remarks

The sweep fills the new generation in preference to the old, because the old one is complete by the time a new one exists and every passage the sweep pays for is one the switch will not have to wait for. Mail arriving while it runs is embedded into Serving by the live path instead, so it stays searchable throughout; the sweep reaches it for the new generation before the count that decides the switch can read zero.