Click or drag to resize
Akka.NETJournalSettings Properties

The JournalSettings 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.
Public propertyConnectionString
Connection string used to access a persistent SQL Server instance.
Public propertyConnectionStringName
Name of the connection string stored in <connectionStrings> section of *.config file.
Public propertyConnectionTimeout
Connection timeout for SQL Server related operations.
Public propertyJournalTableName
Name of the table corresponding to event journal.
Public propertyMetaTableName
Name of the table corresponding to event journal persistenceId and sequenceNr metadata.
Public propertySchemaName
Name of the schema, where journal table resides.
Public propertyTimestampProvider
Fully qualified type name for ITimestampProvider used to generate journal timestamps.
Top
See Also