#include <flaim.h>
Public Attributes | |
FLMBOOL | bHaveStats |
Flag indicating whether or not there are statistics for this logical file. | |
FLMUINT | uiLFileNum |
Logical file number. | |
FLMUINT | uiFlags |
Flags for logical file. These may be ORed together, and are as follows:
| |
BLOCKIO_STATS | RootBlockStats |
Block I/O statistics for the logical file's root blocks. | |
BLOCKIO_STATS | MiddleBlockStats |
Block I/O statistics for for the blocks in the logical file that are not root blocks or leaf blocks. | |
BLOCKIO_STATS | LeafBlockStats |
Block I/O statistics for the logical file's leaf blocks. | |
FLMUINT64 | ui64BlockSplits |
Number of block splits that have occurred in this logical file. | |
FLMUINT64 | ui64BlockCombines |
Number of block combines that have occurred in this logical file. |