The NC_Disk table contains data about disk components.
Column |
Key |
Type |
Null |
Description |
---|---|---|---|---|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
DriveNumber |
smallint |
Represents the order of disks in the device. |
||
IsSmartWarning |
smallint |
No |
True(1) indicates if SMART warning is supported; else 0. |
|
LogicalDrives |
nvarchar(32) |
A list of logical drives on this disk. |
||
RawTotalSpace |
Float |
The total disk capacity. |
||
InterfaceType |
smallint |
No |
The interface type: 0=Unknown, 1=IDE, 2=SCSI, 3=USB, 4=FireWire. |
NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.