tibas_indexType Type Declaration typedef enum _tibas_indexType { TIBAS_INDEX_HASH, TIBAS_INDEX_TREE } tibas_indexType; This type represents the datatypes used to determine the type of indexing used by ActiveSpaces. Values Value Description TIBAS_INDEX_HASH Specifies that indexing is done by using a hash table. TIBAS_INDEX_TREE Specifies that indexing is done using a tree.