Skip to content

Commit

Permalink
Added: joinsetsCount to datasets that have joined datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
flori authored and flori committed Oct 28, 2024
1 parent e7b6313 commit 2ac355c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sites/concepts/4_design.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ <h3>Placeholders for metadata</h3>
<tr><td>setNo</td><td>dataset</td><td>The running no of the dataset in the data recived.</td></tr>
<tr><td>setId</td><td>dataset</td><td>The id of the dataset in the datasouce. (must not be available, only if the datasource deliverd it's sets with id attribute)</td></tr>
<tr><td>setRef</td><td>dataset</td><td>The reference URI to the set in the datasource. (e.g. ref://navigation/get?id=1)</td></tr>
<tr><td>joinsetsCount</td><td>dataset</td><td>The number of datasets referenced to the set, if useing join attribute in WHERE.</td></tr>
<tr><td>attrName</td><td>attribute</td><td>The name of the attribute currently used.</td></tr>
<tr><td>attrId</td><td>attribute</td><td>The id of the attribute (thats a combination of attribute name and setid)</td></tr>
</table>
Expand Down

0 comments on commit 2ac355c

Please sign in to comment.