Class BackupExecDatabaseMaintenanceSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Backup Exec database maintenance settings.
public class BackupExecDatabaseMaintenanceSettings : BaseTypeSection
- Inheritance
-
BackupExecDatabaseMaintenanceSettings
Constructors
BackupExecDatabaseMaintenanceSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecDatabaseMaintenanceSettings class.
public BackupExecDatabaseMaintenanceSettings()
Properties
AlertHistoryRetentionPeriod
Gets or sets the number of days to keep alert history.
public int AlertHistoryRetentionPeriod { get; set; }
Property Value
AuditLogsRetentionPeriod
Gets or sets the number of days to keep audit logs.
public int AuditLogsRetentionPeriod { get; set; }
Property Value
DeleteAgedData
Gets or sets whether to delete aged data.
public BooleanOption DeleteAgedData { get; set; }
Property Value
EnableMaintenance
Gets or sets whether database maintenance should be enabled.
public BooleanOption EnableMaintenance { get; set; }
Property Value
JobHistoryRetentionPeriod
Gets or sets the number of days to keep job history.
public int JobHistoryRetentionPeriod { get; set; }
Property Value
JobLogsRetentionPeriod
Gets or sets the number of days to keep job logs.
public int JobLogsRetentionPeriod { get; set; }
Property Value
KeepProtectedMediaHistory
Gets or sets whether to keep job history for data on media that have current overwrite protection periods.
public BooleanOption KeepProtectedMediaHistory { get; set; }
Property Value
MaintenanceStartTime
Gets or sets the time at which to perform the daily database maintenance.
public DateTime MaintenanceStartTime { get; set; }
Property Value
OptimizeSize
Gets or sets whether to optimize the database size.
public BooleanOption OptimizeSize { get; set; }
Property Value
PerformConsistencyCheck
Gets or sets whether to a perform database consistency check.
public BooleanOption PerformConsistencyCheck { get; set; }
Property Value
ReportsRetentionPeriod
Gets or sets the number of days to keep reports.
public int ReportsRetentionPeriod { get; set; }
Property Value
SaveDatabaseContent
Gets or sets whether to save contents of database to the Backup Exec data directory.
public BooleanOption SaveDatabaseContent { get; set; }
Property Value
Methods
ToString()
Returns the database maintenance settings as a human readable string.
public override string ToString()
Returns
- string
The database maintenance settings as a human readable string.