JournalEntry
struct
Namespace: Orleans.Journaling
Represents one persisted journal entry.
public readonly struct JournalEntryRemarks
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
JournalEntry(string, JournalBufferReader)Represents one persisted journal entry.
