Click or drag to resize
Akka.NETSnapshotSelectionCriteria Properties

The SnapshotSelectionCriteria type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLatest
The latest saved snapshot.
Public propertyMaxSequenceNr
Upper bound for a selected snapshot's sequence number.
Public propertyMaxTimeStamp
Upper bound for a selected snapshot's timestamp.
Public propertyMinSequenceNr
Lower bound for a selected snapshot's sequence number
Public propertyMinTimestamp
Lower bound for a selected snapshot's timestamp
Public propertyStatic memberNone
No saved snapshot matches.
Top
See Also