Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Persistence.Sql.Common
SnapshotStoreSettings Class
SnapshotStoreSettings Constructor
SnapshotStoreSettings Properties
SnapshotStoreSettings Methods
SnapshotStoreSettings Constructor
Initializes a new instance of the
SnapshotStoreSettings
class.
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
C#
F#
Copy
public
SnapshotStoreSettings
(
Config
config
)
new
:
config
:
Config
->
SnapshotStoreSettings
Parameters
config
Type:
Akka.Configuration
Config
The configuration used to configure the settings.
Exceptions
Exception
Condition
ArgumentNullException
This exception is thrown when the specified
config
is undefined.
See Also
Reference
SnapshotStoreSettings Class
Akka.Persistence.Sql.Common Namespace
Akka.NET Home
|
Learn Akka.NET