IToiStorageDevice::TToiPartitionInfo Struct Reference


Description

Information about a specific partition.

import "IToiStorageDevice.idl";

List of all members.

Public Attributes

IToiStorageDevice::TToiPartitionId Id
string UniqueId
boolean IsMounted
string MountPoint
long long Capacity
long long FreeCapacity
IToiStorageDevice::TToiFileSystemStatus FsStatus
boolean IsReadWrite

Member Data Documentation

Partition total capacity in bytes.

Partition free capacity in bytes.

Identifier of the partition. Persistent between reboots if no change to partition.

True if partition has been mounted.

Technical Preview:
TECHNICAL PREVIEW - This member may be removed. Read/Write status of the filesystem. Only valid if IsMounted is true. True if filesystem is mounted as read/write.

The mount point directory.

UUID of partition. This is a unique identifier that is persistent between reboots if no change to partitions is made.