Class SnapshotEntry
INTERNAL API.
Represents a snapshot stored inside the in-memory SnapshotStore
Inheritance
SnapshotEntry
Assembly: Akka.Persistence.dll
Syntax
public class SnapshotEntry
Properties
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; set; }
Property Value
|
Improve this Doc
View Source
PersistenceId
Declaration
public string PersistenceId { get; set; }
Property Value
|
Improve this Doc
View Source
SequenceNr
Declaration
public long SequenceNr { get; set; }
Property Value
|
Improve this Doc
View Source
Snapshot
Declaration
public object Snapshot { get; set; }
Property Value
|
Improve this Doc
View Source
Timestamp
Declaration
public long Timestamp { get; set; }
Property Value
Extension Methods