tibas_distributionPolicy Type Declaration typedef enum { TIBAS_NON_DISTRIBUTED , TIBAS_DISTRIBUTED } tibas_distributionPolicy; Purpose This type represents the datatypes used by TIBCO ActiveSpaces distribution policy. Values Value Description TIBAS_NON_DISTRIBUTED Storage of all of the tuples is assigned to a single seeder Member of the space. TIBAS_DISTRIBUTED Storage of the tuples is distributed amongst seeder Members of the space.