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