Skip to content

Commit

Permalink
Merge pull request #338 from twilson63/jfrain99/remove-repeated-lines…
Browse files Browse the repository at this point in the history
…-arfs

chore(cookbook): remove repeated lines in arfs
  • Loading branch information
twilson63 authored Sep 14, 2024
2 parents 7c27557 + bfeb15e commit 9060a7b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/src/concepts/arfs/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,6 @@ These defined entities allow the state of the drive to be constructed by a clien

- Snapshot entities contain a state rollups of all files and folder metadata within a drive


- Drive Entities contain folders and files

- Folder Entities contain other folders or files

- File Entities contain both the file data and metadata

- Snapshot entities contain a state rollups of all files and folder metadata within a drive


- Drive Entities contain folders and files

- Folder Entities contain other folders or files

- File Entities are composed by both the file data and metadata

- Snapshot entities contain a state rollups of all entities' (such as drive, folder, file and snapshot) metadata within a drive

## Entity relationships

The following diagram shows the high level relationships between drive, folder, and file entities, and their associated data. More detailed information about each Entity Type can be found [here](./entity-types.md).
Expand Down

0 comments on commit 9060a7b

Please sign in to comment.