HostDiskDimensionsLba
HostDiskDimensionsLba
This data object type describes the logical block addressing system that uses block numbers and block sizes to refer to a block.
This scheme is employed by SCSI. If a SCSI disk is not involved, then blockSize is 512 bytes.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"blockSize": 0,
"block": 0
}
integer As int32 As int32
blockSize
Required
The size of the blocks.
integer As int64 As int64
block
Required
The number of blocks.