Click or drag to resize
Akka.NETSqliteSnapshotSettings Properties

The SqliteSnapshotSettings type exposes the following members.

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
See Also