System_Storage_StorageChange

System_Storage_StorageChange
System_Storage_StorageChange

The Storage.StorageChange structure describes the changes in capasity of a storage partition.

JSON Example
{
    "old_size": 0,
    "new_size": 0
}
integer As int64
old_size
Required

Original size of the partition in MB.

integer As int64
new_size
Required

Nedw size of the partition in MB.