tibas_persistencePolicy Type Declaration typedef enum _tibas_persistencePolicy { TIBAS_PERSISTENCE_SYNC = 0, TIBAS_PERSISTENCE_ASYNC = 1 } tibas_persistencePolicy; Purpose This type specifies the type of data transmission used to implement persistence. Values Value Description TIBAS_PERSISTENCE_SYNC Specifies that persistence is implemented using synchronous methods. TIBAS_PERSISTENCE_ASYNC Specifies that persistence is implemented using asynchronous methods.