![]() | JournalSettings Properties |
The JournalSettings 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.
|
![]() | ConnectionString |
Connection string used to access a persistent SQL Server instance.
|
![]() | ConnectionStringName |
Name of the connection string stored in <connectionStrings> section of *.config file.
|
![]() | ConnectionTimeout |
Connection timeout for SQL Server related operations.
|
![]() | JournalTableName |
Name of the table corresponding to event journal.
|
![]() | MetaTableName |
Name of the table corresponding to event journal persistenceId and sequenceNr metadata.
|
![]() | SchemaName |
Name of the schema, where journal table resides.
|
![]() | TimestampProvider |
Fully qualified type name for ITimestampProvider used to generate journal timestamps.
|