Skip to main content
Table of Contents

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

Entry EventStreamEntry

The entry.

Position long

Its position in the reader's order.

Properties

Entry

The entry.

public EventStreamEntry Entry { get; init; }

Property Value

EventStreamEntry

Position

Its position in the reader's order.

public long Position { get; init; }

Property Value

long