Click or drag to resize
Akka.NETSnapshotSelectionCriteria Constructor (Int64)
Initializes a new instance of the SnapshotSelectionCriteria class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SnapshotSelectionCriteria(
	long maxSequenceNr
)

Parameters

maxSequenceNr
Type: SystemInt64
Upper bound for a selected snapshot's sequence number.
See Also