Skip to content

ILogViewRead<TView, TLogEntry> Properties

Interface for reading the log view.

ConfirmedVersion

abstractget
public abstract int ILogViewRead<TView, ConfirmedVersion
The length of the confirmed prefix of the log

ConfirmedView

abstractget
public abstract TView ILogViewRead<TView, ConfirmedView
Confirmed view of the log (reflecting only confirmed entries)

TentativeView

abstractget
public abstract TView ILogViewRead<TView, TentativeView
Local, tentative view of the log (reflecting both confirmed and unconfirmed entries)

UnconfirmedSuffix

abstractget
public abstract IEnumerable<TLogEntry> ILogViewRead<TView, UnconfirmedSuffix
A list of the submitted entries that do not yet appear in the confirmed prefix.