The IfxLoStat class stores some statistical information about a smart large object such as the size, last access time, last modified time, last status change, and so on. Figure 6 shows the status information that you can obtain.
This value is available only if the last-access time attribute is enabled for the smart large object. For more information, see Last-Access Time.
A change in status includes changes to metadata and user data (data updates and changes to the number of references). This system time is stored as number of seconds since January 1, 1970.
A modification includes only changes to user data (data updates). This system time is stored as the number of seconds since January 1, 1970.
On some platforms, the last-modification time might also have a microseconds component, which can be obtained separately from the seconds component.
To obtain a reference to the status structure, call the following method in the IfxSmartBlob class:
IfxLoStat IfxLoGetStat(int lofd)
To obtain particular categories of status information, call the methods shown in Figure 7.
int getLastModifyTimeS() - time rounded to seconds