Click or drag to resize
Akka.NETIPersistentRepresentation Properties

The IPersistentRepresentation type exposes the following members.

Properties
  NameDescription
Public propertyIsDeleted
Not used in new records stored with Akka.net v1.1 and above, but old records may have this as `true` if it was a non-permanent delete.
Public propertyManifest
Returns the persistent payload's manifest if available.
Public propertyPayload
This persistent message's payload.
Public propertyPersistenceId
Persistent id that journals a persistent message.
Public propertySender
Sender of this message
Public propertySequenceNr
Sequence number of this persistent message.
Public propertyWriterGuid
Unique identifier of the writing persistent actor. Used to detect anomalies with overlapping writes from multiple persistent actors, which can result in inconsistent replays.
Top
See Also