Class DeleteSnapshots
Instructs a snapshot store to delete all snapshots that match provided criteria.
Inheritance
DeleteSnapshots
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class DeleteSnapshots : ISnapshotRequest, ISnapshotMessage, IPersistenceMessage, INoSerializationVerificationNeeded, IEquatable<DeleteSnapshots>
Constructors
|
Edit this page
View Source
DeleteSnapshots(string, SnapshotSelectionCriteria)
Declaration
public DeleteSnapshots(string persistenceId, SnapshotSelectionCriteria criteria)
Parameters
Properties
|
Edit this page
View Source
Criteria
Criteria for selecting snapshots to be deleted.
Declaration
public SnapshotSelectionCriteria Criteria { get; }
Property Value
|
Edit this page
View Source
PersistenceId
Declaration
public string PersistenceId { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(DeleteSnapshots)
Declaration
public bool Equals(DeleteSnapshots other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods