Table of Contents

Class BackupExecOracleSettings

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

Represents the Backup Exec Oracle backup settings to use.

public class BackupExecOracleSettings : GlobalSerializableClassicBase
Inheritance
BackupExecOracleSettings

Constructors

BackupExecOracleSettings()

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

public BackupExecOracleSettings()

Properties

MaximumDevices

Gets or sets the maximum number of devices to use for resources that support multiple data streams.

public int MaximumDevices { get; set; }

Property Value

int

MinimumDevices

Gets or sets the minimum number of devices that is required, fail the job if fewer devices are available.

public int MinimumDevices { get; set; }

Property Value

int