The new highest page on this allocation page. The number is the
offset of the page in the array of pages maintained by this
allocation page, for instance a value of 0 indicates all page except
the first one are to be truncated. If all pages are truncated then
the offset is set to -1.
The number of allocated pages in this allocation page prior to
the truncate. Note that all pages from NewHighestPage+1 through
newHighestPage+num_pages_truncated should be FREE.
Compress the indicate space from the container, returning the free
pages to the OS. Update the allocation page to reflect the file
change.
Parameters: tran - transaction doing the operation. Parameters: instant - log instant for this operation. Parameters: in - unused by this log operation. exception: StandardException - Standard exception policy.