Skip to content

Enum: DataSizeUnitEnum

Units of digital data size

URI: valuesets:DataSizeUnitEnum

Permissible Values

Value Meaning Description
BIT None Bit (binary digit)
BYTE UO:0000233 Byte (8 bits)
KILOBYTE UO:0000234 Kilobyte (1000 bytes)
MEGABYTE UO:0000235 Megabyte (10^6 bytes)
GIGABYTE None Gigabyte (10^9 bytes)
TERABYTE None Terabyte (10^12 bytes)
PETABYTE None Petabyte (10^15 bytes)
KIBIBYTE None Kibibyte (1024 bytes)
MEBIBYTE None Mebibyte (2^20 bytes)
GIBIBYTE None Gibibyte (2^30 bytes)
TEBIBYTE None Tebibyte (2^40 bytes)

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
description: Units of digital data size
from_schema: https://w3id.org/linkml/valuesets
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