Enum SqlDatabaseQueryStoreSizeBasedCleanupMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The cleanup mode for the query store of a SQL database.
public enum SqlDatabaseQueryStoreSizeBasedCleanupMode
Fields
Auto = 2
The cleanup mode is auto.
Off = 1
The cleanup mode is off.
Unknown = 0
The cleanup mode is unknown.