Click or drag to resize
Akka.NETJournalSettings Class
Configuration settings representation targeting Sql Server journal actor.
Inheritance Hierarchy

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

The JournalSettings type exposes the following members.

Constructors
  NameDescription
Public methodJournalSettings
Initializes a new instance of the JournalSettings class.
Top
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
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
Extension Methods
See Also