...
1. If the properties versioning is set true
(which is the default), the foreign key relationship happens in the following way.
For example, the following query returns one or more resources that have a given property.
...
2. If the versioning properties is set to false
, then the foreign key in focus are:
In this mode, you should write separate queries to retrieve collections and non-collections.
...
Similar to properties, tags are also stored in two modes. Here is when versioning tags are set to{{true}}.
For example, the following query returns one or more resources that have a given tag.
...
If the versioning tags is set to false
, then the foreign key in focus is:
In this mode you should write separate queries to retrieve collections and non-collections.
...