RedisGrainDirectoryOptions.EntryExpiry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entry expiry, null by default. A value should be set ONLY for ephemeral environments (like in tests). Setting a value different from null will cause duplicate activations in the cluster.
public TimeSpan? EntryExpiry { get; set; }
member this.EntryExpiry : Nullable<TimeSpan> with get, set
Public Property EntryExpiry As Nullable(Of TimeSpan)