Enum: DataSizeUnitEnum
Units of digital data size
URI: valuesets:DataSizeUnitEnum
Permissible Values
| Value | Meaning | Description | Base | Conversion To Bit | Conversion To Byte | Standard | Symbol |
|---|---|---|---|---|---|---|---|
| BIT | Bit (binary digit) | binary | bit | ||||
| BYTE | UO:0000233 | Byte (8 bits) | 8 | B | |||
| KILOBYTE | UO:0000234 | Kilobyte (1000 bytes) | 1000 | decimal | KB | ||
| MEGABYTE | UO:0000235 | Megabyte (10^6 bytes) | 1e6 | decimal | MB | ||
| GIGABYTE | Gigabyte (10^9 bytes) | 1e9 | decimal | GB | |||
| TERABYTE | Terabyte (10^12 bytes) | 1e12 | decimal | TB | |||
| PETABYTE | Petabyte (10^15 bytes) | 1e15 | decimal | PB | |||
| KIBIBYTE | Kibibyte (1024 bytes) | 1024 | binary | KiB | |||
| MEBIBYTE | Mebibyte (2^20 bytes) | 1048576 | binary | MiB | |||
| GIBIBYTE | Gibibyte (2^30 bytes) | 1073741824 | binary | GiB | |||
| TEBIBYTE | Tebibyte (2^40 bytes) | 1099511627776 | binary | TiB |
Slots
| Name | Description |
|---|---|
| data_size_unit | Units of digital data size |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: DataSizeUnitEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Units of digital data size
title: Data Size Unit
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
BIT:
text: BIT
description: Bit (binary digit)
annotations:
symbol:
tag: symbol
value: bit
base:
tag: base
value: binary
BYTE:
text: BYTE
description: Byte (8 bits)
meaning: UO:0000233
annotations:
symbol:
tag: symbol
value: B
conversion_to_bit:
tag: conversion_to_bit
value: '8'
KILOBYTE:
text: KILOBYTE
description: Kilobyte (1000 bytes)
meaning: UO:0000234
annotations:
symbol:
tag: symbol
value: KB
conversion_to_byte:
tag: conversion_to_byte
value: '1000'
standard:
tag: standard
value: decimal
MEGABYTE:
text: MEGABYTE
description: Megabyte (10^6 bytes)
meaning: UO:0000235
annotations:
symbol:
tag: symbol
value: MB
conversion_to_byte:
tag: conversion_to_byte
value: 1e6
standard:
tag: standard
value: decimal
GIGABYTE:
text: GIGABYTE
description: Gigabyte (10^9 bytes)
annotations:
symbol:
tag: symbol
value: GB
conversion_to_byte:
tag: conversion_to_byte
value: 1e9
standard:
tag: standard
value: decimal
TERABYTE:
text: TERABYTE
description: Terabyte (10^12 bytes)
annotations:
symbol:
tag: symbol
value: TB
conversion_to_byte:
tag: conversion_to_byte
value: 1e12
standard:
tag: standard
value: decimal
PETABYTE:
text: PETABYTE
description: Petabyte (10^15 bytes)
annotations:
symbol:
tag: symbol
value: PB
conversion_to_byte:
tag: conversion_to_byte
value: 1e15
standard:
tag: standard
value: decimal
KIBIBYTE:
text: KIBIBYTE
description: Kibibyte (1024 bytes)
annotations:
symbol:
tag: symbol
value: KiB
conversion_to_byte:
tag: conversion_to_byte
value: '1024'
standard:
tag: standard
value: binary
MEBIBYTE:
text: MEBIBYTE
description: Mebibyte (2^20 bytes)
annotations:
symbol:
tag: symbol
value: MiB
conversion_to_byte:
tag: conversion_to_byte
value: '1048576'
standard:
tag: standard
value: binary
GIBIBYTE:
text: GIBIBYTE
description: Gibibyte (2^30 bytes)
annotations:
symbol:
tag: symbol
value: GiB
conversion_to_byte:
tag: conversion_to_byte
value: '1073741824'
standard:
tag: standard
value: binary
TEBIBYTE:
text: TEBIBYTE
description: Tebibyte (2^40 bytes)
annotations:
symbol:
tag: symbol
value: TiB
conversion_to_byte:
tag: conversion_to_byte
value: '1099511627776'
standard:
tag: standard
value: binary