tibas_persistenceType Type Declaration typedef enum _tibas_persistenceType { TIBAS_PERSISTENCE_NONE = 0, TIBAS_PERSISTENCE_SHARED_ALL = 1, TIBAS_PERSISTENCE_SHARED_NOTHING = 2 } tibas_persistenceType; This type represents the datatypes used by to determine the type of persistence used by ActiveSpaces. Values Value Description TIBAS_PERSISTENCE_NONE Specifies that data is not persisted. TIBAS_PERSISTENCE_SHARED_ALL Specifies that shared all persistence is used. TIBAS_PERSISTENCE_SHARED_NOTHING Specifies that shared-nothing persistence is used.