Represents standardized bytes units abbreviations.

This enum provides a consistent set of bytes units representations ranging from bytes to gigabytes, with their corresponding standard abbreviated symbols.

Enumeration Members

Enumeration Members

BYTES: "b"
GIGABYTES: "gb"
KILOBYTES: "kb"
MEGABYTES: "mb"