Table of Contents

Class BackupExecAdvancedOpenFileSettings

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

Represents the Backup Exec advanced open file settings to use.

public class BackupExecAdvancedOpenFileSettings : GlobalSerializableClassicBase
Inheritance
BackupExecAdvancedOpenFileSettings

Constructors

BackupExecAdvancedOpenFileSettings()

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

public BackupExecAdvancedOpenFileSettings()

Properties

EnableCheckpointRestart

Gets or sets whether to enable checkpoint restart.

public BooleanOption EnableCheckpointRestart { get; set; }

Property Value

BooleanOption

ProcessLogicalVolumesSequentially

Gets or sets whether to process logical volumes sequentially.

public BooleanOption ProcessLogicalVolumesSequentially { get; set; }

Property Value

BooleanOption

SnapshotProvider

Gets or sets the snapshot provider to use for backups.

public BackupExecAdvancedOpenFileSnapshotProvider SnapshotProvider { get; set; }

Property Value

BackupExecAdvancedOpenFileSnapshotProvider

SnapshotProviderString

Gets or sets the snapshot provider to use for backups as a human readable string.

public string SnapshotProviderString { get; set; }

Property Value

string

UseSnapshotTechnology

Gets or sets whether to use snapshot technology for backups.

public BooleanOption UseSnapshotTechnology { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the advanced open file settings as a human readable string.

public override string ToString()

Returns

string

The advanced open file settings as a human readable string.