Skip to content

MF-60 - Updated Filestore docs - #59

Open
duolok wants to merge 2 commits into
masterfrom
feature/seaweed-docs
Open

MF-60 - Updated Filestore docs#59
duolok wants to merge 2 commits into
masterfrom
feature/seaweed-docs

Conversation

@duolok

@duolok duolok commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Resolves #60

Signed-off-by: duolok <dusan.lecic5@gmail.com>
@duolok
duolok requested a review from a team as a code owner July 22, 2026 11:04
@duolok duolok changed the title NOISSUE - Updated Filestore docs MF-60 - Updated Filestore docs Jul 22, 2026
Comment thread docs/filestore.md Outdated
Comment on lines +12 to +28
|------------|--------------------------------------------------------------------------------------|
| `name` | File name; serves as the unique identifier within the thing or group scope |
| `class` | Logical file class, derived from the extension (`images`, `documents`, `BIM`, `pointclouds`, `binaries`) |
| `format` | File format, derived from the extension (e.g. `csv`, `pdf`, `png`, `ifc`) |
| `time` | Unix timestamp (floating-point seconds) associated with the file |
| `metadata` | Optional arbitrary key-value pairs for custom attributes |

`class` and `format` are **not** supplied by the client — they are derived from the uploaded file's extension. The supported extensions and the class each maps to are:

| Class | Extensions |
|---------------|----------------------------------------------------------------------------------|
| `images` | `jpg`, `jpeg`, `png`, `svg` |
| `documents` | `pdf`, `csv`, `txt`, `doc`, `docx`, `odt`, `odf`, `odp`, `ods`, `xls`, `xlsx`, `ppt`, `pptx`, `xps` |
| `BIM` | `ifc` |
| `pointclouds` | `e57` |
| `binaries` | `bin` |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the indentation

Signed-off-by: duolok <dusan.lecic5@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add updated filestore documentation

3 participants