Table of Contents

Enum BackupExecOracleBackupType

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

Represents the Oracle backup type.

public enum BackupExecOracleBackupType

Fields

Differential = 3

Differential - Back up changes since last full.

Full = 1

Full – Back up selections.

Incremental = 2

Incremental – Back up changes since last full or incremental.

Unknown = 0

The backup type is unknown.