Click or drag to resize
Akka.NETReplicatorSettingsDurableKeys Property
Keys that are durable. Prefix matching is supported by using `*` at the end of a key. All entries can be made durable by including "*" in the `Set`.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IImmutableSet<string> DurableKeys { get; }

Property Value

Type: IImmutableSetString
See Also