sizeOnDiskInBytes property

int sizeOnDiskInBytes
getter/setter pair

Represents the total size of the region on disk in bytes, assuming no pre-existing data on the disk. This value is a theoretical maximum for the region's size allocation. Note: If overlapping regions exist or data is already present on the disk, the actual size occupied might be less than this value due to shared or reused map data.

Implementation

int sizeOnDiskInBytes;