 | ISnapshotQueryExecutor.DeleteBatchAsync Method |
Deletes all snapshot matching persistent actor's persistenceId as well as
upper (inclusive) bounds of the both maxSequenceNr and maxTimestamp.
Namespace:
Akka.Persistence.Sql.Common.Snapshot
Assembly:
Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxTask DeleteBatchAsync(
DbConnection connection,
CancellationToken cancellationToken,
string persistenceId,
long maxSequenceNr,
DateTime maxTimestamp
)
abstract DeleteBatchAsync :
connection : DbConnection *
cancellationToken : CancellationToken *
persistenceId : string *
maxSequenceNr : int64 *
maxTimestamp : DateTime -> Task
Parameters
- connection
- Type: System.Data.Common.DbConnection
TBD - cancellationToken
- Type: System.Threading.CancellationToken
TBD - persistenceId
- Type: System.String
TBD - maxSequenceNr
- Type: System.Int64
TBD - maxTimestamp
- Type: System.DateTime
TBD
Return Value
Type:
TaskTBD
See Also