Standard Data Structures: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 March 2026

9 March 2026

3 March 2026

  • curprev 00:2900:29, 3 March 2026Sven the Barbarian talk contribs 8,606 bytes +8,606 Created page with "= Overview = Standard structure and definitions. = Definition = == objType == <syntaxhighlight lang="JavaScript"> { serviceTag: "xxx", objectType: "yyy" } </syntaxhighlight> use to identify which serviceTag that object schema located * serviceTag: service tag that stored object schema * objectType: name of object schema == objTypeConcat == <syntaxhighlight lang="JavaScript"> <serviceTag>_<objectType> </syntaxhighlight> * objTypeConcat: "serviceTag" + "_" + "objectTy..."