Table of Contents

Class BackupExecCatalogSettings

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

Represents the Backup Exec catalog settings.

public class BackupExecCatalogSettings : BaseTypeSection
Inheritance
BackupExecCatalogSettings

Constructors

BackupExecCatalogSettings()

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

public BackupExecCatalogSettings()

Properties

CatalogPath

Gets or sets the absolute path to the catalogs - for example "C:\Program Files\Symantec\Backup Exec\Catalogs".

public string CatalogPath { get; set; }

Property Value

string

RequestMediaInSequence

Gets or sets whether to request all media in the sequence for catalog operations.

public BooleanOption RequestMediaInSequence { get; set; }

Property Value

BooleanOption

TruncateCatalogPeriod

Gets or sets the number of days after which the catalog should be truncated.

public int TruncateCatalogPeriod { get; set; }

Property Value

int

UseStorageBasedCatalogs

Gets or sets whether to use storage-based catalogs.

public BooleanOption UseStorageBasedCatalogs { get; set; }

Property Value

BooleanOption