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

Kibibits

Represents a unit of data size in kibibits (Kibit)

View Source
Declaration
Kibibits = 8

Mebibits

Represents a unit of data size in mebibits (Mibit)

View Source
Declaration
Mebibits = 9

Gibibits

Represents a unit of data size in gibibits (Gibit)

View Source
Declaration
Gibibits = 10