Class PersistenceSettings.ViewSettings
TBD
Inherited Members
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public sealed class ViewSettings
Constructors
| Improve this Doc View SourceViewSettings(Config)
TBD
Declaration
public ViewSettings(Config config)
Parameters
Type | Name | Description |
---|---|---|
Config | config | TBD |
Properties
| Improve this Doc View SourceAutoUpdate
TBD
Declaration
public bool AutoUpdate { get; }
Property Value
Type | Description |
---|---|
Boolean |
AutoUpdateInterval
TBD
Declaration
public TimeSpan AutoUpdateInterval { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
AutoUpdateReplayMax
TBD
Declaration
public long AutoUpdateReplayMax { get; }
Property Value
Type | Description |
---|---|
Int64 |