temporaryDiskRequirementInBytes property

int temporaryDiskRequirementInBytes
getter/setter pair

Performing an update requires additional storage on top of existing offline maps. This space is used to store intermittent copy of map content according to the specified MapUpdaterMapUpdateVersionCommitPolicy. 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 temporaryDiskRequirementInBytes;