tibas_distributionScope

The tibas_distributionScope enumerated type represents the datatypes used by TIBCO ActiveSpaces functions that work with the distribution scope of a space.

Declaration

typedef enum {
  TIBAS_DISTRIBUTION_SCOPE_ALL ,
  TIBAS_DISTRIBUTION_SCOPE_SEEDED
} tibas_distributionScope;

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).