Click or drag to resize
Akka.NETSnapshotEntry Fields

The SnapshotEntry type exposes the following members.

Fields
  NameDescription
Public fieldManifest
Stringified fully qualified CLR type name of the serialized object.
Public fieldPayload
Serialized object data.
Public fieldPersistenceId
Persistence identifier of persistent actor, current snapshot relates to.
Public fieldSequenceNr
Sequence number used to identify snapshot in it's persistent actor scope.
Public fieldTimestamp
Timestamp used to specify date, when the snapshot has been made.
Top
See Also