Table of Contents

Class BackupExecActiveDirectorySettings

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

Represents the Backup Exec Active Directory settings to use.

public class BackupExecActiveDirectorySettings : GlobalSerializableClassicBase
Inheritance
BackupExecActiveDirectorySettings

Constructors

BackupExecActiveDirectorySettings()

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

public BackupExecActiveDirectorySettings()

Properties

ContinueOnConsistencyCheckFailure

Gets or sets whether to continue with the backup if the consistency check fails.

public BooleanOption ContinueOnConsistencyCheckFailure { get; set; }

Property Value

BooleanOption

PreConsistencyCheck

Gets or sets whether to perform a consistency check before backup when using the Microsoft Volume Shadow Copy Service (VSS) snapshot provider.

public BooleanOption PreConsistencyCheck { get; set; }

Property Value

BooleanOption

UseGrt

Gets or sets whether to use Backup Exec Granular Recovery Technology (GRT) to enable the restore of individual objects from Active Directory backups.

public BooleanOption UseGrt { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the CENTREL.XIA.Configuration.Types.BackupExecActiveDirectorySettings object as a human readable string.

public override string ToString()

Returns

string

The CENTREL.XIA.Configuration.Types.BackupExecActiveDirectorySettings object as a human readable string.