keyed_list_entry
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY keyed_list_entry;
|
key_id: |
STRING; |
|
value_id: |
STRING; |
END_ENTITY;
TRI/2 File Format:
#902=keyed_list_entry(’X-AP4G-F10’, ’Deckhouse’);
Number of Attributes: 2
Description:
|
key_id: |
key data for the value |
|
value_id: |
value data referenced by the key |