Defined in header file: hzDatabase.h

This states the object repository storage strategy.

Enum definition:

enum    hdbReposMode
{

HDB_REPOS_NULLInvalid mode
HDB_REPOS_HARDPersistant media with whole object deltas committed to binary datum repository
HDB_REPOS_CACHEUse cache only (small volumes, delta file only)
HDB_REPOS_DUALUse both cache and persistant media

} ;