| PersistentViewViewId Property |
Used as identifier for snapshots performed by this
PersistentView. This allows the View to keep
separate snapshots of data than the
PersistentActor originating the message stream.
The usual case is to have a different identifiers for
ViewId and
PersistenceId.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract string ViewId { get; }
abstract ViewId : string with get
Property Value
Type:
StringSee Also