After doing some initial analysis on DAOS and in the process of deploying our first DAOS-enabled servers, I was wondering if anyone has been able to extract the Physical Size of a Lotus Notes Database programmatically, without shelling out to the underlying Operating System?
I noticed that the Domino Admin tool displays this value, but did not see any properties on the NotesDatabase (Lotuscript) or Database (Java) classes.
It looks like Size() method returns the Logical Size, which makes sense. I was just hoping to see a PhysicalSize() method introduced in version 8.5.x.
Thanks!
jv