Click or drag to resize
Akka.NETDeleteSnapshots Constructor
Initializes a new instance of the DeleteSnapshots class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DeleteSnapshots(
	string persistenceId,
	SnapshotSelectionCriteria criteria
)

Parameters

persistenceId
Type: SystemString
Persistent actor id.
criteria
Type: Akka.PersistenceSnapshotSelectionCriteria
Criteria for selecting snapshots to be deleted.
See Also