Partilhar via


IReadOnlyFollowingDatabaseProperties.HotCachePeriod Property

Definition

The time the data should be kept in cache for fast queries in TimeSpan.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The time the data should be kept in cache for fast queries in TimeSpan.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="hotCachePeriod")]
public TimeSpan? HotCachePeriod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The time the data should be kept in cache for fast queries in TimeSpan.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="hotCachePeriod")>]
member this.HotCachePeriod : Nullable<TimeSpan> with get, set
Public Property HotCachePeriod As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to