Table of Contents

Class BackupExecBackupTaskOracleSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Backup Exec Oracle server settings to use for each backup task.

public class BackupExecBackupTaskOracleSettings : GlobalSerializableClassicBase
Inheritance
BackupExecBackupTaskOracleSettings

Constructors

BackupExecBackupTaskOracleSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecBackupTaskOracleSettings class.

public BackupExecBackupTaskOracleSettings()

Properties

BackupType

Gets or sets the Oracle backup type.

public BackupExecOracleBackupType BackupType { get; set; }

Property Value

BackupExecOracleBackupType

BackupTypeString

Gets or sets the Oracle backup type as a human readable string.

public string BackupTypeString { get; set; }

Property Value

string

DeleteArchivedLogFiles

Gets or sets whether to delete archived log files.

public BooleanOption DeleteArchivedLogFiles { get; set; }

Property Value

BooleanOption

IgnoreBackedUpArchivedLogFile

Gets or sets whether to not back up archived log files that have already been backed up.

public BooleanOption IgnoreBackedUpArchivedLogFile { get; set; }

Property Value

BooleanOption

PerformBackupOffline

Gets or sets whether to perform the backup offline.

public BooleanOption PerformBackupOffline { get; set; }

Property Value

BooleanOption