QueryStoreDesiredState 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 Operation Mode/Desired State option values
public enum QueryStoreDesiredState
type QueryStoreDesiredState =
Public Enum QueryStoreDesiredState
- Inheritance
-
QueryStoreDesiredState
Fields
Name | Value | Description |
---|---|---|
Off | 0 | Query Store feature is OFF. |
ReadOnly | 1 | Query Store does not record new data. |
ReadWrite | 2 | Query store records new data. |