QueryStoreOptionKind Enum
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 possible Query Store Options under 'ALTER DATABASE d1 SET QUERY_STORE = (...)'
public enum QueryStoreOptionKind
type QueryStoreOptionKind =
Public Enum QueryStoreOptionKind
- Inheritance
-
QueryStoreOptionKind
Fields
Name | Value | Description |
---|---|---|
Desired_State | 0 | |
Query_Capture_Mode | 1 | |
Size_Based_Cleanup_Mode | 2 | |
Flush_Interval_Seconds | 3 | |
Interval_Length_Minutes | 4 | |
Current_Storage_Size_MB | 5 | |
Max_Plans_Per_Query | 6 | |
Stale_Query_Threshold_Days | 7 |