Click or drag to resize
Akka.NETClusterShardingSettings Fields

The ClusterShardingSettings type exposes the following members.

Fields
  NameDescription
Public fieldCoordinatorSingletonSettings
TBD
Public fieldJournalPluginId
Absolute path to the journal plugin configuration entity that is to be used for the internal persistence of ClusterSharding.If not defined the default journal plugin is used. Note that this is not related to persistence used by the entity actors.
Public fieldRememberEntities
True if active entity actors shall be automatically restarted upon Shard restart.i.e. if the Shard is started on a different ShardRegion due to rebalance or crash.
Public fieldRole
Specifies that this entity type requires cluster nodes with a specific role. If the role is not specified all nodes in the cluster are used.
Public fieldSnapshotPluginId
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.
Public fieldTunningParameters
TBD
Top
See Also