ReadWriteDatabase.HotCachePeriod プロパティ

定義

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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象