Class PurgeSettings
Purge settings.
public class PurgeSettings
- Inheritance
-
PurgeSettings
- Inherited Members
Constructors
PurgeSettings()
Initializes a new instance of the PurgeSettings class.Initializes a new instance of the PurgeSettings class.
public PurgeSettings()
Properties
MaintenanceSchedules
Gets or sets the maintenance schedules.
public MaintenanceSchedule[] MaintenanceSchedules { get; set; }
Property Value
- MaintenanceSchedule[]
The maintenance schedules.
VerboseLogging
Gets or sets a value indicating whether we enable verbose logging.
public bool VerboseLogging { get; set; }
Property Value
- bool
A value indicating whether we enable verbose logging.
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
Equals(object?)
public override bool Equals(object? obj)
Parameters
Returns
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
public override int GetHashCode()