Click or drag to resize
Akka.NETSnapshotStoreSettings Class
Configuration settings representation targeting Sql Server snapshot store 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 SnapshotStoreSettings

The SnapshotStoreSettings type exposes the following members.

Constructors
  NameDescription
Public methodSnapshotStoreSettings
Initializes a new instance of the SnapshotStoreSettings class.
Top
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
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