Skip to main content

Enum DigitalStorage.UnitType

The type of units available to describe the DigitalStorage.

Assembly: Meadow.Units.dll
View Source
Declaration
public enum DigitalStorage.UnitType

Fields

Bits

Represents a unit of data size in bits

View Source
Declaration
Bits = 0

Bytes

Represents a unit of data size in bytes

View Source
Declaration
Bytes = 1

KiloBytes

Represents a unit of data size in kilobytes (KB)

View Source
Declaration
KiloBytes = 2

MegaBytes

Represents a unit of data size in megabytes (MB)

View Source
Declaration
MegaBytes = 3

GigaBytes

Represents a unit of data size in gigabytes (GB)

View Source
Declaration
GigaBytes = 4

TeraBytes

Represents a unit of data size in terabytes (TB)

View Source
Declaration
TeraBytes = 5

PetaBytes

Represents a unit of data size in petabytes (PB)

View Source
Declaration
PetaBytes = 6

ExaBytes

Represents a unit of data size in exabytes (EB)

View Source
Declaration
ExaBytes = 7

KibiBytes

Represents a unit of data size in kibibytes (KiB)

View Source
Declaration
KibiBytes = 8

Kibibits

Represents a unit of data size in kibibits (Kib)

View Source
Declaration
Kibibits = 9

MebiBytes

Represents a unit of data size in mebibytes (MiB)

View Source
Declaration
MebiBytes = 10

Mebibits

Represents a unit of data size in mebibits (Mib)

View Source
Declaration
Mebibits = 11

GibiBytes

Represents a unit of data size in gibibytes (GiB)

View Source
Declaration
GibiBytes = 12