Class AllPersistenceIds
Message type containing set of all PersistenceId received from the database.
Inherited Members
Namespace: Akka.Persistence.Sql.Common.Journal
Assembly: Akka.Persistence.Sqlite.dll
Syntax
public sealed class AllPersistenceIds
Constructors
| Improve this Doc View SourceAllPersistenceIds(ImmutableArray<String>)
TBD
Declaration
public AllPersistenceIds(ImmutableArray<string> ids)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Immutable.ImmutableArray<String> | ids | TBD |
Fields
| Improve this Doc View SourceIds
TBD
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<String> |
Improve this Doc