44 public long Id {
get; init; } = Id;
48 public DateTimeOffset
ReviewedAt {
get; init; } = ReviewedAt;
52 public int Ease {
get; init; } = Ease;
Preserves one historical answer event separately from a card's current scheduling state.
TimeSpan AnswerTime
Gets the duration spent answering.
int PreviousInterval
Gets the interval that applied before the answer.
int EaseFactor
Gets the resulting legacy ease factor.
DateTimeOffset ReviewedAt
Gets the absolute time represented by this answer event.
long Id
Gets the stable legacy review-log key.
int ReviewType
Gets Anki's raw review-kind code.
int Interval
Gets the interval produced by the answer.
int Ease
Gets the raw answer-button selection.