#include <flaim.h>
Public Attributes | |
FLMUINT | uiLfType |
Logical file type. Will be LF_INDEX or LF_CONTAINER. | |
FLMUINT | uiIndexNum |
Index number. Only set if uiLfType == LF_INDEX. | |
FLMUINT | uiContainerNum |
Container number. If uiLfType == LF_INDEX, this is the container number that is associated with the index. | |
FLMUINT64 | ui64FldRefCount |
If uiLfType == LF_INDEX, this is the number of records referenced from the index. If uiLfType == LF_CONTAINER, this is the number of fields in the records in the container. | |
FLMUINT | uiNumLevels |
Number of levels in the b-tree for this index or container. | |
LEVEL_INFO * | pLevelInfo |
Statistics for each level of the b-tree. |