TSqlModelOptions.QueryStoreStaleQueryThreshold 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.
Specifies the Stale_Query_Threshold_Days setting of the QUERY_STORE database option.
public int? QueryStoreStaleQueryThreshold { get; set; }
member this.QueryStoreStaleQueryThreshold : Nullable<int> with get, set
Public Property QueryStoreStaleQueryThreshold As Nullable(Of Integer)