IReadOnlyFollowingDatabase.HotCachePeriod 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 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