Click or drag to resize
Akka.NETPersistentIsDeleted Property
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.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsDeleted { get; }

Property Value

Type: Boolean

Implements

IPersistentRepresentationIsDeleted
See Also