Enumeration of KI_REBUILD modes

>Enumerated constants for KDB KI_REBUILD modes

Enumerated constants for KDB KI_REBUILD modes

These constants define the possible rebuild modes used in KI_REBUILD.

DEF ENUM enumeration name KDB_REBUILD_ENUM

Enumeration ValueValueDescription
_KDB_REBUILD_FAST0Fast rebuild of index set
_KDB_REBUILD_FULL1Rebuild of all indexes from data rows
_KDB_REBUILD_CONSOLIDATE3Compact KDB6 extents or KDB7 data pages
_KDB_REBUILD_INDEX5Rebuild specific index, 0 for all
_KDB_REBUILD_WS_INDEX6Rebuild specific word index, 0 for all

Back to the list of Enumerations and Constants