PreEmptive Analytics .NET API
1.3
|
Information describing a storage device. More...
Public Attributes | |
int | Size |
The total size of the disk in MB (1024^2 bytes) More... | |
int | Free |
The amount of free space on the disk in MB (1024^2 bytes) More... | |
string | Name |
The drive-letter or some other non-identifiable name assigned to the disk More... | |
string | Filesystem |
The name of the filesystem in use on the disk More... | |
string | Serial |
A non-identifiable serial number assigned to the volume More... | |
Information describing a storage device.
string PreEmptive.Analytics.Common.SystemProfileInfo.DiskInfo.Filesystem |
The name of the filesystem in use on the disk
int PreEmptive.Analytics.Common.SystemProfileInfo.DiskInfo.Free |
The amount of free space on the disk in MB (1024^2 bytes)
string PreEmptive.Analytics.Common.SystemProfileInfo.DiskInfo.Name |
The drive-letter or some other non-identifiable name assigned to the disk
string PreEmptive.Analytics.Common.SystemProfileInfo.DiskInfo.Serial |
A non-identifiable serial number assigned to the volume
int PreEmptive.Analytics.Common.SystemProfileInfo.DiskInfo.Size |
The total size of the disk in MB (1024^2 bytes)