Table of Contents

Class BackupExecDiskStorageDevice

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

Represents a Backup Exec disk storage device.

public class BackupExecDiskStorageDevice : BackupExecStorageDevice, IComparable<BackupExecStorageDevice>
Inheritance
BackupExecDiskStorageDevice
Implements
Inherited Members

Constructors

BackupExecDiskStorageDevice()

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

public BackupExecDiskStorageDevice()

Properties

Capacity

Gets or sets the capacity of the drive in bytes.

public long Capacity { get; set; }

Property Value

long

CapacityString

Gets the capacity of the drive as a human readable string.

public string CapacityString { get; set; }

Property Value

string

MaximumFileSize

Gets or sets the maximum file size in bytes.

public long MaximumFileSize { get; set; }

Property Value

long

MaximumFileSizeString

Gets the maximum file size as a human readable string.

public string MaximumFileSizeString { get; set; }

Property Value

string

ServerConnections

Gets or sets the connections between this device and the hosting servers.

public BackupExecDiskStorageDeviceServerConnectionCollection ServerConnections { get; set; }

Property Value

BackupExecDiskStorageDeviceServerConnectionCollection

UsedCapacity

Gets or sets the amount of space used on the drive in bytes.

public long UsedCapacity { get; set; }

Property Value

long

UsedCapacityString

Gets the amount of space used on the drive as a human readable string.

public string UsedCapacityString { get; set; }

Property Value

string