MemoryStoreDefaultOptions.DefaultTtlSeconds 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.
The default time-to-live for memories in seconds. A value of 0 indicates that memories do not expire. Defaults to 0.
public TimeSpan? DefaultTtlSeconds { get; set; }
member this.DefaultTtlSeconds : Nullable<TimeSpan> with get, set
Public Property DefaultTtlSeconds As Nullable(Of TimeSpan)