Disk partition list.
| JSON representation |
|---|
{
"entries"
:
[
{
object (
|
| Fields | |
|---|---|
entries[]
|
Partition entries. |
DiskPartition
Disk Partition details.
| JSON representation |
|---|
{
"type"
:
string
,
"fileSystem"
:
string
,
"mountPoint"
:
string
,
"capacityBytes"
:
string
,
"freeBytes"
:
string
,
"uuid"
:
string
,
"subPartitions"
:
{
object (
|
| Fields | |
|---|---|
type
|
Partition type (e.g. BIOS boot). |
fileSystem
|
Partition file system. |
mountPoint
|
Mount point (Linux/Windows) or drive letter (Windows). |
capacityBytes
|
Partition capacity. |
freeBytes
|
Partition free space. |
uuid
|
Partition UUID. |
subPartitions
|
Sub-partitions. |

