Dl/Dataset: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) |
Stonezhong (talk | contribs) |
||
| Line 13: | Line 13: | ||
id: UUID | id: UUID | ||
Primary key | Primary key | ||
name: str | |||
A unique name that people can reference this data series, since id is very difficult to remember for human beings. | |||
description: str | |||
A human readable string that helps people to understand this dataset. | |||
owner: str | |||
The owner of this dataset. In case people have questions about this dataset, the owner should be contacted. | |||
is_disconnected: | |||
If True, then this dataset is disconnected and user can no longer append data unit to it. | |||
</nowiki></pre> | </nowiki></pre> | ||