Slot: storage
The amount of storage required for the application to run. This encompasses the installed application and the data it needs to store. The value is given in binary units (Ki = Kibibytes, Mi = Mebibytes, Gi = Gibibytes, Ti Tebibytes, Pi = Pebibytes, Ei = Exbibytes). This is defined by the application developer. After deployment of the application, the device MUST provide this amount of storage for the application
URI: https://specification.margo.org/data-model/storage
Alias: storage
Applicable Classes
| Name |
Description |
Modifies Slot |
| Resources |
Required resources element specifying the resources required to install the a... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Value Constraints |
|
| Property |
Value |
| Regex Pattern |
^[0-9]+(Mi|Gi|Ki|Ti|Pi|Ei)$ |
LinkML Source
name: storage
description: The amount of storage required for the application to run. This encompasses
the installed application and the data it needs to store. The value is given in
binary units (`Ki` = Kibibytes, `Mi` = Mebibytes, `Gi` = Gibibytes, `Ti` Tebibytes,
`Pi` = Pebibytes, `Ei` = Exbibytes). This is defined by the application developer.
After deployment of the application, the device MUST provide this amount of storage
for the application
from_schema: https://specification.margo.org/data-model
alias: storage
domain_of:
- Resources
range: string
required: false
pattern: ^[0-9]+(Mi|Gi|Ki|Ti|Pi|Ei)$