Data Object - ConverterStorageInfoDiskInfo

Property of
ConverterStorageInfo
Extends
DynamicData
Since
Converter API 1.0

Data Object Description

Disk information.

Properties

Name Type Description
biosNumber*xsd:int

The bios number of this disk, if known.
capacityInBytesxsd:long

Disk capacity in bytes.
diskGuid*xsd:string

For GPT disks the signature is GUID Set only if gpt is true.

Since Converter API 4.0
diskIdxsd:string

Unique disk identifier.

It is unique for a given computer and is guaranteed to persist between multiple calls to ConverterQuery.

diskUsageInBytes*xsd:long

Disk usage in bytes
gpt*xsd:boolean

GPT or MBR disk. Must be set from version 4 onward. Assumed false if unset.

Since Converter API 4.0
lvg*xsd:boolean

Is this disk representing an LVG (LVM Volume Group, ver. 2) from the source? If so, then it is not actually a real disk from the source system, but it does hold real volumes.
lvgName*xsd:string

In case lvg flag is true, this property holds the name of the volume group.

Since Converter API 3.0
sectorSize*xsd:int

Sector size in bytes for disk. If not set then 512 is assumed. Should be set if logical sector size is not default (512). Currently this is only informative field.

Since Converter API 7.0
signature*xsd:int

MBR disk signature. Set only if gpt is false. May be unset in this case.

Since Converter API 2.0
Properties inherited from DynamicData
None
*Need not be set