tibas_distributionScope Type Declaration typedef enum { TIBAS_DISTRIBUTION_SCOPE_ALL , TIBAS_DISTRIBUTION_SCOPE_SEEDED } tibas_distributionScope; Purpose This type represents the datatypes used by TIBCO ActiveSpaces functions that work with the distribution scope of a space. Values Value Description TIBAS_DISTRIBUTION_SCOPE_ALL Browse through all the tuples in space. TIBAS_DISTRIBUTION_SCOPE_SEEDED Browse only through the tuples in space that are seeded by this Member (will be empty unless the Member is a seeder on the space).