Click or drag to resize
Akka.NETPersistentViewViewId 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.42 (1.2.3.42)
Syntax
public abstract string ViewId { get; }

Property Value

Type: String
See Also