Property MutationRecordId
- Namespace
- MailFathom.Domain.Mutations.Audit
- Assembly
- MailFathom.Domain.dll
MutationRecordId
Gets the mutation record this entry was written from.
public required MailboxMutationRecordId MutationRecordId { get; init; }
Property Value
Remarks
It correlates the history with the operational record while that record still exists, and stops naming anything once it is pruned. Nothing here reads it back: it is a fact about which mutation this was, not a reference the entry depends on.