Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Persistence
PersistentView Class
PersistentView Properties
AutoUpdateInterval Property
AutoUpdateReplayMax Property
IsAutoUpdate Property
IsPersistent Property
IsRecovering Property
IsRecoveryFinished Property
Journal Property
JournalPluginId Property
LastSequenceNr Property
PersistenceId Property
Recovery Property
SnapshotPluginId Property
SnapshotSequenceNr Property
SnapshotStore Property
SnapshotterId Property
Stash Property
ViewId Property
PersistentView
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
PersistentView Class
Akka.Persistence Namespace
Akka.NET Home
|
Learn Akka.NET