Table of Contents

Class BackupExecMediaItem

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

Represents a Backup Exec media item.

public class BackupExecMediaItem : GlobalSerializableClassicBase, IComparable<BackupExecMediaItem>
Inheritance
BackupExecMediaItem
Implements

Constructors

BackupExecMediaItem()

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

public BackupExecMediaItem()

Properties

Capacity

Gets or sets the capacity of the media in bytes.

public long Capacity { get; set; }

Property Value

long

CreationDate

Gets or sets the date and time on which the media was created.

public DateTime CreationDate { get; set; }

Property Value

DateTime

Description

Gets or sets the description of the media.

public string Description { get; set; }

Property Value

string

Id

Gets or sets the unique identifier of the media in GUID format.

public string Id { get; set; }

Property Value

string

LocationName

Gets or sets the location of the media - for example "Robotic Library 01".

public string LocationName { get; set; }

Property Value

string

MediaSetName

Gets or sets the name of the media set in which the media item resides.

public string MediaSetName { get; set; }

Property Value

string

Name

Gets or sets the name (label) of the media.

public string Name { get; set; }

Property Value

string

PreserveDescription

Gets or sets whether to preserve the description.

public BooleanOption PreserveDescription { get; set; }

Property Value

BooleanOption

Methods

CompareTo(BackupExecMediaItem)

Compares two CENTREL.XIA.Configuration.Types.BackupExecMediaItem objects to allow sorting alphabetically by name.

public int CompareTo(BackupExecMediaItem other)

Parameters

other BackupExecMediaItem

The CENTREL.XIA.Configuration.Types.BackupExecMediaItem to compare to.

Returns

int

The sort order of the two items.