Defined in header file: hzDatabase.h
This states the object repository storage strategy.
Enum definition:
enum hdbReposMode
{
| HDB_REPOS_NULL | Invalid mode | ||
| HDB_REPOS_HARD | Persistant media with whole object deltas committed to binary datum repository | ||
| HDB_REPOS_CACHE | Use cache only (small volumes, delta file only) | ||
| HDB_REPOS_DUAL | Use both cache and persistant media |
} ;