tibas_persistenceType
The tibas_persistenceType enumerated type represents the datatypes used by to determine the type of persistence used by ActiveSpaces.
      Declaration
typedef enum _tibas_persistenceType {
    TIBAS_PERSISTENCE_NONE              = 0,
    TIBAS_PERSISTENCE_SHARED_ALL        = 1,
    TIBAS_PERSISTENCE_SHARED_NOTHING    = 2
} tibas_persistenceType;
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. | 
               
            
Copyright © Cloud Software Group, Inc. All rights reserved.