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
CapacityString
Gets the capacity of the drive as a human readable string.
public string CapacityString { get; set; }
Property Value
MaximumFileSize
Gets or sets the maximum file size in bytes.
public long MaximumFileSize { get; set; }
Property Value
MaximumFileSizeString
Gets the maximum file size as a human readable string.
public string MaximumFileSizeString { get; set; }
Property Value
ServerConnections
Gets or sets the connections between this device and the hosting servers.
public BackupExecDiskStorageDeviceServerConnectionCollection ServerConnections { get; set; }
Property Value
UsedCapacity
Gets or sets the amount of space used on the drive in bytes.
public long UsedCapacity { get; set; }
Property Value
UsedCapacityString
Gets the amount of space used on the drive as a human readable string.
public string UsedCapacityString { get; set; }