ReadWriteDatabase.HotCachePeriod Property

Definition

Gets or sets the time the data should be kept in cache for fast queries in TimeSpan.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hotCachePeriod")]
public TimeSpan? HotCachePeriod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hotCachePeriod")>]
member this.HotCachePeriod : Nullable<TimeSpan> with get, set
Public Property HotCachePeriod As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to