diskSizeInBytes property
getter/setter pair
Estimates the size of the offline maps after an update.
Note
In order to estimate, if catalog update is feasible, given the amount of free space on the disk,
application can compare amount of the free space on the disk with disk_size_in_bytes + temporary_disk_requirement_in_bytes.
Implementation
int diskSizeInBytes;