Skip to main content

Resource Reference

1. Resource Reference

Some objects will be referenced by other objects in PGOS services. Before the reference relationship is removed, PGOS does not allow to delete a object that being referenced by other objects.

There are several reference relationships as follows:

  • A build could be referenced by multiple fleets.
  • A fleet could be referenced by multiple placers.
  • A placer could reference multiple fleets.
  • A placer could be referenced by multiple matchmaking configurations.
  • A placer could be referenced by multiple lobby configurations.
  • A matchmaking rule set could be referenced by multiple matchmaking configurations.

1611801522456

In order to delete an object safely, we recommend the following:

  • Step1. Figure out all references relationship of the object.
  • Step2. Recursively delete other objects that refer to the object.
  • Step3. Delete the object.