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
CreationDate
Gets or sets the date and time on which the media was created.
public DateTime CreationDate { get; set; }
Property Value
Description
Gets or sets the description of the media.
public string Description { get; set; }
Property Value
Id
Gets or sets the unique identifier of the media in GUID format.
public string Id { get; set; }
Property Value
LocationName
Gets or sets the location of the media - for example "Robotic Library 01".
public string LocationName { get; set; }
Property Value
MediaSetName
Gets or sets the name of the media set in which the media item resides.
public string MediaSetName { get; set; }
Property Value
Name
Gets or sets the name (label) of the media.
public string Name { get; set; }
Property Value
PreserveDescription
Gets or sets whether to preserve the description.
public BooleanOption PreserveDescription { get; set; }
Property Value
Methods
CompareTo(BackupExecMediaItem)
Compares two CENTREL.XIA.Configuration.Types.BackupExecMediaItem objects to allow sorting alphabetically by name.
public int CompareTo(BackupExecMediaItem other)
Parameters
other
BackupExecMediaItemThe CENTREL.XIA.Configuration.Types.BackupExecMediaItem to compare to.
Returns
- int
The sort order of the two items.