Click or drag to resize
Akka.NETClusterShardingSettingsSnapshotPluginId Field
Absolute path to the snapshot plugin configuration entity that is to be used for the internal persistence of ClusterSharding. If not defined the default snapshot plugin is used.Note that this is not related to persistence used by the entity actors.

Namespace:  Akka.Cluster.Sharding
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public readonly string SnapshotPluginId

Field Value

Type: String
See Also