---
search:
boost: 10.0
---
# Class: ByteQuantity
_A quantity representing bytes._
URI: [https://CCPBioSim.ac.uk/biosim-schema/ByteQuantity](https://CCPBioSim.ac.uk/biosim-schema/ByteQuantity)
```{mermaid}
classDiagram
class ByteQuantity
click ByteQuantity href "../../classes/ByteQuantity/"
ByteQuantity : value
ByteQuantity : value_unit
ByteQuantity --> "0..1" ByteUnit : value_unit
click ByteUnit href "../../enums/ByteUnit/"
```
## Slots
| Name | Cardinality and Range | Description | Inheritance |
| --- | --- | --- | --- |
| [value](../slots/value.md) | 0..1
[float](../types/float.md) | | direct |
| [value_unit](../slots/value_unit.md) | 0..1
[ByteUnit](../enums/ByteUnit.md) | | direct |
## Usages
| used by | used in | type | used |
| --- | --- | --- | --- |
| [Hardware](../classes/Hardware.md) | [memory_per_node](../slots/memory_per_node.md) | range | [ByteQuantity](../classes/ByteQuantity.md) |
## Identifier and Mapping Information
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/ByteQuantity |
| native | https://CCPBioSim.ac.uk/biosim-schema/ByteQuantity |
## LinkML Source
### Direct
```yaml
name: ByteQuantity
description: A quantity representing bytes.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
value:
name: value
from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities
domain_of:
- LengthQuantity
- VolumeQuantity
- TimeQuantity
- FrequencyQuantity
- FrictionCoefficientQuantity
- MolarEnergyQuantity
- EnergyQuantity
- TemperatureQuantity
- PressureQuantity
- CompressibilityQuantity
- MassQuantity
- ConcentrationQuantity
- ForceQuantity
- ChargeQuantity
- AngleQuantity
- ByteQuantity
range: float
value_unit:
name: value_unit
from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities
ifabsent: string(GB)
domain_of:
- LengthQuantity
- VolumeQuantity
- TimeQuantity
- FrequencyQuantity
- FrictionCoefficientQuantity
- MolarEnergyQuantity
- EnergyQuantity
- TemperatureQuantity
- PressureQuantity
- CompressibilityQuantity
- MassQuantity
- ConcentrationQuantity
- ForceQuantity
- ChargeQuantity
- AngleQuantity
- ByteQuantity
- VectorLengthQuantity
- VectorAngleQuantity
- VectorVolumeQuantity
- VectorCompressibilityQuantity
- VectorPressureQuantity
- VectorTemperatureQuantity
- VectorTimeQuantity
- MatrixPressureQuantity
- MatrixCompressibilityQuantity
- MatrixQuantity
range: ByteUnit
```
### Induced
```yaml
name: ByteQuantity
description: A quantity representing bytes.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
value:
name: value
from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities
owner: ByteQuantity
domain_of:
- LengthQuantity
- VolumeQuantity
- TimeQuantity
- FrequencyQuantity
- FrictionCoefficientQuantity
- MolarEnergyQuantity
- EnergyQuantity
- TemperatureQuantity
- PressureQuantity
- CompressibilityQuantity
- MassQuantity
- ConcentrationQuantity
- ForceQuantity
- ChargeQuantity
- AngleQuantity
- ByteQuantity
range: float
value_unit:
name: value_unit
from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities
ifabsent: string(GB)
owner: ByteQuantity
domain_of:
- LengthQuantity
- VolumeQuantity
- TimeQuantity
- FrequencyQuantity
- FrictionCoefficientQuantity
- MolarEnergyQuantity
- EnergyQuantity
- TemperatureQuantity
- PressureQuantity
- CompressibilityQuantity
- MassQuantity
- ConcentrationQuantity
- ForceQuantity
- ChargeQuantity
- AngleQuantity
- ByteQuantity
- VectorLengthQuantity
- VectorAngleQuantity
- VectorVolumeQuantity
- VectorCompressibilityQuantity
- VectorPressureQuantity
- VectorTemperatureQuantity
- VectorTimeQuantity
- MatrixPressureQuantity
- MatrixCompressibilityQuantity
- MatrixQuantity
range: ByteUnit
```