Information about a specific partition.
import "IToiStorageDevice.idl";
Public Attributes | |
IToiStorageDevice::TToiPartitionId | Id |
string | UniqueId |
boolean | IsMounted |
string | MountPoint |
long long | Capacity |
long long | FreeCapacity |
IToiStorageDevice::TToiFileSystemStatus | FsStatus |
boolean | IsReadWrite |
Partition total capacity in bytes.
Partition free capacity in bytes.
Partition fs check result from last reboot.
Identifier of the partition. Persistent between reboots if no change to partition.
True if partition has been mounted.
The mount point directory.
UUID of partition. This is a unique identifier that is persistent between reboots if no change to partitions is made.