Enum DigitalStorage.UnitType
The type of units available to describe the DigitalStorage.
Assembly: Meadow.Units.dll
View Source
public enum DigitalStorage.UnitType
Fields
Bits
Represents a unit of data size in bits
View Source
Bits = 0
Bytes
Represents a unit of data size in bytes
View Source
Bytes = 1
KiloBytes
Represents a unit of data size in kilobytes (KB)
View Source
KiloBytes = 2
MegaBytes
Represents a unit of data size in megabytes (MB)
View Source
MegaBytes = 3
GigaBytes
Represents a unit of data size in gigabytes (GB)
View Source
GigaBytes = 4
TeraBytes
Represents a unit of data size in terabytes (TB)
View Source
TeraBytes = 5
PetaBytes
Represents a unit of data size in petabytes (PB)
View Source
PetaBytes = 6
ExaBytes
Represents a unit of data size in exabytes (EB)
View Source
ExaBytes = 7
Kibibits
Represents a unit of data size in kibibits (Kibit)
View Source
Kibibits = 8
Mebibits
Represents a unit of data size in mebibits (Mibit)
View Source
Mebibits = 9
Gibibits
Represents a unit of data size in gibibits (Gibit)
View Source
Gibibits = 10