Click or drag to resize
Akka.NETSqliteJournalSettings Properties

The SqliteJournalSettings type exposes the following members.

Properties
  NameDescription
Public propertyAutoInitialize
Flag determining in in case of event journal or metadata table missing, they should be automatically initialized.
(Inherited from JournalSettings.)
Public propertyConnectionString
Connection string used to access a persistent SQL Server instance.
(Inherited from JournalSettings.)
Public propertyConnectionStringName
Name of the connection string stored in <connectionStrings> section of *.config file.
(Inherited from JournalSettings.)
Public propertyConnectionTimeout
Connection timeout for SQL Server related operations.
(Inherited from JournalSettings.)
Public propertyJournalTableName
Name of the table corresponding to event journal.
(Inherited from JournalSettings.)
Public propertyMetaTableName
Name of the table corresponding to event journal persistenceId and sequenceNr metadata.
(Inherited from JournalSettings.)
Public propertySchemaName
Name of the schema, where journal table resides.
(Inherited from JournalSettings.)
Public propertyTimestampProvider
Fully qualified type name for ITimestampProvider used to generate journal timestamps.
(Inherited from JournalSettings.)
Top
See Also