Click or drag to resize
Akka.NETPersistenceSettings Class
Persistence configuration.
Inheritance Hierarchy
SystemObject
  Akka.ActorSettings
    Akka.PersistencePersistenceSettings

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class PersistenceSettings : Settings

The PersistenceSettings type exposes the following members.

Constructors
  NameDescription
Public methodPersistenceSettings
TBD
Top
Properties
  NameDescription
Public propertyAddLoggingReceive
Gets a value indicating whether [add logging receive].
(Inherited from Settings.)
Public propertyAskTimeout (Inherited from Settings.)
Public propertyAtLeastOnceDelivery
TBD
Public propertyConfig
Gets the configuration.
(Inherited from Settings.)
Public propertyConfigVersion
Gets the configuration version.
(Inherited from Settings.)
Public propertyCreationTimeout
Gets the creation timeout.
(Inherited from Settings.)
Public propertyDebugAutoReceive
Gets a value indicating whether [debug automatic receive].
(Inherited from Settings.)
Public propertyDebugEventStream
Gets a value indicating whether [debug event stream].
(Inherited from Settings.)
Public propertyDebugLifecycle
Gets a value indicating whether [debug lifecycle].
(Inherited from Settings.)
Public propertyDebugRouterMisconfiguration
Gets a value indicating whether [debug router misconfiguration].
(Inherited from Settings.)
Public propertyDebugUnhandledMessage
Gets a value indicating whether [debug unhandled message].
(Inherited from Settings.)
Public propertyDefaultVirtualNodesFactor
The number of default virtual nodes to use with ConsistentHashingRoutingLogic.
(Inherited from Settings.)
Public propertyFsmDebugEvent
TBD
(Inherited from Settings.)
Public propertyHome
Gets the home.
(Inherited from Settings.)
Public propertyInternal
Public propertyLogConfigOnStart
Gets a value indicating whether [log configuration on start].
(Inherited from Settings.)
Public propertyLogDeadLetters
Gets the log dead letters.
(Inherited from Settings.)
Public propertyLogDeadLettersDuringShutdown
Gets a value indicating whether [log dead letters during shutdown].
(Inherited from Settings.)
Public propertyLoggers
Gets the loggers.
(Inherited from Settings.)
Public propertyLoggersDispatcher
Gets the default loggers dispatcher.
(Inherited from Settings.)
Public propertyLoggerStartTimeout
Gets the logger start timeout.
(Inherited from Settings.)
Public propertyLogLevel
Gets the log level.
(Inherited from Settings.)
Public propertyProviderClass
Gets the provider class.
(Inherited from Settings.)
Public propertySchedulerClass
Gets the scheduler implementation used by this system.
(Inherited from Settings.)
Public propertySchedulerShutdownTimeout
TBD
(Inherited from Settings.)
Public propertySerializeAllCreators
Gets a value indicating whether [serialize all creators].
(Inherited from Settings.)
Public propertySerializeAllMessages
Gets a value indicating whether [serialize all messages].
(Inherited from Settings.)
Public propertyStdoutLogLevel
Gets the stdout log level.
(Inherited from Settings.)
Public propertySupervisorStrategyClass
Gets the supervisor strategy class.
(Inherited from Settings.)
Public propertySystem
Gets the system.
(Inherited from Settings.)
Public propertyUnstartedPushTimeout
Gets the unstarted push timeout.
(Inherited from Settings.)
Public propertyView
TBD
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.)
Public methodInjectTopLevelFallback
Injects a system config at the top of the fallback chain
(Inherited from Settings.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from Settings.)
Top
Extension Methods
See Also