Table of Contents

Class BackupExecMicrosoftExchangeSettings

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

Represents the Backup Exec Microsoft Exchange backup settings to use.

public class BackupExecMicrosoftExchangeSettings : GlobalSerializableClassicBase
Inheritance
BackupExecMicrosoftExchangeSettings

Constructors

BackupExecMicrosoftExchangeSettings()

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

public BackupExecMicrosoftExchangeSettings()

Properties

ContinueOnConsistencyCheckFailure

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

public BooleanOption ContinueOnConsistencyCheckFailure { get; set; }

Property Value

BooleanOption

HighAvailabilityMethod

Gets or sets the high availability backup method.

public BackupExecExchangeHighAvailabilityMethod HighAvailabilityMethod { get; set; }

Property Value

BackupExecExchangeHighAvailabilityMethod

HighAvailabilityMethodString

Gets or sets the high availability backup method as a human readable string.

public string HighAvailabilityMethodString { get; set; }

Property Value

string

PreConsistencyCheck

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

public BooleanOption PreConsistencyCheck { get; set; }

Property Value

BooleanOption