STO_METRICS (STRUCT)ΒΆ

TYPE STO_METRICS : STRUCT

The size of the storage can be calculated with this metrics storage size = page size * (used pages + free pages) The relationship metwen used and free pages give a messure about the fragmentation After a call of StorageReorg the number of free pages should be zero.

InOut:

Name

Type

Comment

szPage

CAA.SIZE

the actual page size of the storage

ctUsedPages

CAA.COUNT

the actual number of used pages

ctFreePages

CAA.COUNT

the actual number of pages marked as not used