Class CommittedEntry
- Namespace
- Stratara.Abstractions.CommitOrder
- Assembly
- Stratara.Abstractions.dll
An entry and the commit-order position its reader assigns it.
public sealed record CommittedEntry : IEquatable<CommittedEntry>
- Inheritance
-
CommittedEntry
- Implements
- Inherited Members
- Extension Methods
Constructors
CommittedEntry(EventStreamEntry, long)
An entry and the commit-order position its reader assigns it.
public CommittedEntry(EventStreamEntry Entry, long Position)
Parameters
EntryEventStreamEntryThe entry.
PositionlongIts position in the reader's order.
Properties
Entry
The entry.
public EventStreamEntry Entry { get; init; }
Property Value
Position
Its position in the reader's order.
public long Position { get; init; }