Table of Contents

Class BackupExecSharePointSettings

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

Represents the Backup Exec SharePoint backup settings to use.

public class BackupExecSharePointSettings : GlobalSerializableClassicBase
Inheritance
BackupExecSharePointSettings

Constructors

BackupExecSharePointSettings()

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

public BackupExecSharePointSettings()

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 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