| SqliteJournalSettings Properties |
The SqliteJournalSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoInitialize |
Flag determining in in case of event journal or metadata table missing, they should be automatically initialized.
(Inherited from JournalSettings.) | |
| ConnectionString |
Connection string used to access a persistent SQL Server instance.
(Inherited from JournalSettings.) | |
| ConnectionStringName |
Name of the connection string stored in <connectionStrings> section of *.config file.
(Inherited from JournalSettings.) | |
| ConnectionTimeout |
Connection timeout for SQL Server related operations.
(Inherited from JournalSettings.) | |
| JournalTableName |
Name of the table corresponding to event journal.
(Inherited from JournalSettings.) | |
| MetaTableName |
Name of the table corresponding to event journal persistenceId and sequenceNr metadata.
(Inherited from JournalSettings.) | |
| SchemaName |
Name of the schema, where journal table resides.
(Inherited from JournalSettings.) | |
| TimestampProvider |
Fully qualified type name for ITimestampProvider used to generate journal timestamps.
(Inherited from JournalSettings.) |