Click or drag to resize
Akka.NETSnapshotStoreSettings Properties

The SnapshotStoreSettings type exposes the following members.

Properties
  NameDescription
Public propertyAutoInitialize
Flag determining in in case of snapshot store 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 propertyFullTableName
TBD
Public propertySchemaName
Schema name, where table corresponding to snapshot store is placed.
Public propertyTableName
Name of the table corresponding to snapshot store.
Top
See Also