Click or drag to resize
Akka.NETSqliteSnapshotSettings 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 SqliteSnapshotSettings : SnapshotStoreSettings

The SqliteSnapshotSettings type exposes the following members.

Constructors
  NameDescription
Public methodSqliteSnapshotSettings
TBD
Top
Properties
  NameDescription
Public propertyAutoInitialize
Flag determining in in case of snapshot store table missing, they should be automatically initialized.
(Inherited from SnapshotStoreSettings.)
Public propertyConnectionString
Connection string used to access a persistent SQL Server instance.
(Inherited from SnapshotStoreSettings.)
Public propertyConnectionStringName
Name of the connection string stored in <connectionStrings> section of *.config file.
(Inherited from SnapshotStoreSettings.)
Public propertyConnectionTimeout
Connection timeout for SQL Server related operations.
(Inherited from SnapshotStoreSettings.)
Public propertyFullTableName
TBD
(Inherited from SnapshotStoreSettings.)
Public propertySchemaName
Schema name, where table corresponding to snapshot store is placed.
(Inherited from SnapshotStoreSettings.)
Public propertyTableName
Name of the table corresponding to snapshot store.
(Inherited from SnapshotStoreSettings.)
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