Class OutboxStageCount
- Namespace
- MailFathom.Application.Mail.Delivery.Operations
- Assembly
- MailFathom.Application.dll
States how many recorded sends stand at one stage.
public sealed record OutboxStageCount : IEquatable<OutboxStageCount>
- Inheritance
-
OutboxStageCount
- Implements
- Inherited Members
Remarks
The pair is what both renderings of the outbox are built from — what mfctl prints and what a dashboard graphs
— so a stage added later appears in both or in neither. It carries a stage and a count and nothing else, which is
what keeps it publishable as a metric dimension: neither value is anybody's correspondence.
Constructors
- OutboxStageCount(OutgoingEmailStage, int)
States how many recorded sends stand at one stage.
Properties
- Count
How many of them there are.
- Stage
The stage the sends counted here stand at.