Click or drag to resize
Akka.NETSqliteJournalSettings Class
TBD
Inheritance Hierarchy

Namespace:  Akka.Persistence.Sqlite
Assembly:  Akka.Persistence.Sqlite (in Akka.Persistence.Sqlite.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SqliteJournalSettings : JournalSettings

The SqliteJournalSettings type exposes the following members.

Constructors
  NameDescription
Public methodSqliteJournalSettings
TBD
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberConfigPath
TBD
Top
Extension Methods
See Also