Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 827 Bytes

Value.md

File metadata and controls

12 lines (8 loc) · 827 Bytes

Value

Numeric value and the unit used to measure it. Units are not mandatory, and they're not specified for some resources. For resources that use bytes, the accepted units are: - 1 B = 1 byte - 1 KB = 10^3 bytes - 1 MB = 10^6 bytes - 1 GB = 10^9 bytes - 1 TB = 10^12 bytes - 1 PB = 10^15 bytes - 1 B = 1 byte - 1 KiB = 2^10 bytes - 1 MiB = 2^20 bytes - 1 GiB = 2^30 bytes - 1 TiB = 2^40 bytes - 1 PiB = 2^50 bytes

Properties

Name Type Description Notes
unit str Name of the unit used to measure the value. [optional]
value float Numeric value. [optional]

[Back to Model list] [Back to API list] [Back to README]