Class WriteJournalBatch
Class used for storing whole intermediate set of write changes to be applied within single SQL transaction.
Inherited Members
Namespace: Akka.Persistence.Sql.Common.Journal
Assembly: Akka.Persistence.Sqlite.dll
Syntax
public sealed class WriteJournalBatch
Constructors
| Improve this Doc View SourceWriteJournalBatch(IDictionary<IPersistentRepresentation, IImmutableSet<String>>)
TBD
Declaration
public WriteJournalBatch(IDictionary<IPersistentRepresentation, IImmutableSet<string>> entryTags)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<IPersistentRepresentation, System.Collections.Immutable.IImmutableSet<String>> | entryTags | TBD |
Fields
| Improve this Doc View SourceEntryTags
TBD
Declaration
public readonly IDictionary<IPersistentRepresentation, IImmutableSet<string>> EntryTags
Field Value
| Type | Description |
|---|---|
| IDictionary<IPersistentRepresentation, System.Collections.Immutable.IImmutableSet<String>> |
Improve this Doc