Table of Contents

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

int

AuditLogsRetentionPeriod

Gets or sets the number of days to keep audit logs.

public int AuditLogsRetentionPeriod { get; set; }

Property Value

int

DeleteAgedData

Gets or sets whether to delete aged data.

public BooleanOption DeleteAgedData { get; set; }

Property Value

BooleanOption

EnableMaintenance

Gets or sets whether database maintenance should be enabled.

public BooleanOption EnableMaintenance { get; set; }

Property Value

BooleanOption

JobHistoryRetentionPeriod

Gets or sets the number of days to keep job history.

public int JobHistoryRetentionPeriod { get; set; }

Property Value

int

JobLogsRetentionPeriod

Gets or sets the number of days to keep job logs.

public int JobLogsRetentionPeriod { get; set; }

Property Value

int

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

BooleanOption

MaintenanceStartTime

Gets or sets the time at which to perform the daily database maintenance.

public DateTime MaintenanceStartTime { get; set; }

Property Value

DateTime

OptimizeSize

Gets or sets whether to optimize the database size.

public BooleanOption OptimizeSize { get; set; }

Property Value

BooleanOption

PerformConsistencyCheck

Gets or sets whether to a perform database consistency check.

public BooleanOption PerformConsistencyCheck { get; set; }

Property Value

BooleanOption

ReportsRetentionPeriod

Gets or sets the number of days to keep reports.

public int ReportsRetentionPeriod { get; set; }

Property Value

int

SaveDatabaseContent

Gets or sets whether to save contents of database to the Backup Exec data directory.

public BooleanOption SaveDatabaseContent { get; set; }

Property Value

BooleanOption

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.