DiskPartitionList

Disk partition list.

JSON representation
 { 
 "entries" 
 : 
 [ 
 { 
 object (  DiskPartition 
 
) 
 } 
 ] 
 } 
Fields
entries[]

object ( DiskPartition )

Partition entries.

DiskPartition

Disk Partition details.

JSON representation
 { 
 "type" 
 : 
 string 
 , 
 "fileSystem" 
 : 
 string 
 , 
 "mountPoint" 
 : 
 string 
 , 
 "capacityBytes" 
 : 
 string 
 , 
 "freeBytes" 
 : 
 string 
 , 
 "uuid" 
 : 
 string 
 , 
 "subPartitions" 
 : 
 { 
 object (  DiskPartitionList 
 
) 
 } 
 } 
Fields
type

string

Partition type (e.g. BIOS boot).

fileSystem

string

Partition file system.

mountPoint

string

Mount point (Linux/Windows) or drive letter (Windows).

capacityBytes

string ( int64 format)

Partition capacity.

freeBytes

string ( int64 format)

Partition free space.

uuid

string

Partition UUID.

subPartitions

object ( DiskPartitionList )

Sub-partitions.

Design a Mobile Site
View Site in Mobile | Classic
Share by: