Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Persistence
Eventsourced Class
Eventsourced Properties
Extension Property
InternalStashOverflowStrategy Property
IsRecovering Property
IsRecoveryFinished Property
Journal Property
JournalPluginId Property
LastSequenceNr Property
Log Property
PersistenceId Property
Recovery Property
SnapshotPluginId Property
SnapshotSequenceNr Property
SnapshotStore Property
SnapshotterId Property
Stash Property
Eventsourced
PersistenceId Property
Id of the persistent entity for which messages should be replayed.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
abstract
string
PersistenceId
{
get
; }
abstract
PersistenceId
:
string
with
get
Property Value
Type:
String
Implements
IPersistentIdentity
PersistenceId
See Also
Reference
Eventsourced Class
Akka.Persistence Namespace
Akka.NET Home
|
Learn Akka.NET