Skip to content

JournalEntry

struct

Namespace: Orleans.Journaling

Represents one persisted journal entry.
public readonly struct JournalEntry

Remarks

The reader is owned by the journal format identified by JournalEntry. This type does not interpret the entry data and has no knowledge of any specific physical format.

The reader is only guaranteed to remain valid for the duration of the synchronous replay call which supplies this entry. Implementations which need to retain the data must copy it.

Constructors

Properties

  • FormatKey Gets the journal format key for this entry.
  • Reader Gets the entry payload reader.