priority property

int? priority
getter/setter pair

External access rule priority, which determines the external access rule to use when multiple rules apply.

If multiple rules have the same priority, their ordering is non-deterministic. If specific ordering is required, assign unique priorities to enforce such ordering. The external access rule priority is an integer from 100 to 4096, both inclusive. Lower integers indicate higher precedence. For example, a rule with priority 100 has higher precedence than a rule with priority 101.

Implementation

core.int? priority;