| DeleteSnapshots Constructor |
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public DeleteSnapshots(
string persistenceId,
SnapshotSelectionCriteria criteria
)
new :
persistenceId : string *
criteria : SnapshotSelectionCriteria -> DeleteSnapshots
Parameters
- persistenceId
- Type: SystemString
Persistent actor id. - criteria
- Type: Akka.PersistenceSnapshotSelectionCriteria
Criteria for selecting snapshots to be deleted.
See Also