Enum SqlDatabaseRetentionPeriodUnits
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the change tracking retention period units.
public enum SqlDatabaseRetentionPeriodUnits
Fields
Days = 4The change tracking retention period units are days.
Hours = 3The change tracking retention period units are hours.
Minutes = 2The change tracking retention period units are minutes.
None = 1The change tracking retention period units are not set.
Unknown = 0The change tracking retention period units are unknown.