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 = 2The cleanup mode is auto.
Off = 1The cleanup mode is off.
Unknown = 0The cleanup mode is unknown.