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
|
Improve this Doc
View Source
DeleteSnapshots(String, SnapshotSelectionCriteria)
Declaration
public DeleteSnapshots(string persistenceId, SnapshotSelectionCriteria criteria)
Parameters
Properties
|
Improve this Doc
View Source
Criteria
Criteria for selecting snapshots to be deleted.
Declaration
public SnapshotSelectionCriteria Criteria { get; }
Property Value
|
Improve this Doc
View Source
PersistenceId
Declaration
public string PersistenceId { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(DeleteSnapshots)
Declaration
public bool Equals(DeleteSnapshots other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods