QueryStoreCaptureMode 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.
Query Store SIZE_BASED_CLEANUP_MODE option values
public enum QueryStoreCaptureMode
type QueryStoreCaptureMode =
Public Enum QueryStoreCaptureMode
- Inheritance
-
QueryStoreCaptureMode
Fields
Name | Value | Description |
---|---|---|
All | 1 | Query Store captures all queries. This is the default configuration value |
Auto | 2 | Query Store captures relevant queries based on execution count and resource consumption. |
None | 3 | Query Store does not capture new queries. |