| ReplicatorSettingsDurableKeys 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.129 (1.2.3.129)
Syntax public IImmutableSet<string> DurableKeys { get; }
member DurableKeys : IImmutableSet<string> with get
Property Value
Type:
IImmutableSetStringSee Also