VolumeDataModule

Description:
  • Provides read/write access to data metrics of interest.

Source:
Author:
See:

Provides read/write access to data metrics of interest.

Requires

  • module:debug

Classes

VolumeData

Members

(static, constant) CONVERSION_BASES :number

Description:
  • Enumeration of supported conversion factors

Source:
Properties:
Name Type Description
BASE_2 number

Two's complement conversion factor.

BASE_10 number

Base 10 conversion factor.

Enumeration of supported conversion factors

Type:
  • number

(static, constant) VOLUME_TYPES :string

Description:
  • Enumeration of volume types (file systems).

Source:
Properties:
Name Type Description
TYPE_UNKNOWN string

Unknown volume type

TYPE_HFS_PLUS string

HGS Plus volume (legacy Apple file system)

TYPE_APFS string

APFS vvolume (current Apple file system)

TYPE_UDF string

Universal Disk Format (ISO, etc)

TYPE_MSDOS string

Legacy volume (Typically used for EFI & FAT32)

TYPE_NTFS string

Windows volume

TYPE_SMBFS string

Server Message Block volume (Remote File Share)

TYPE_EXT4 string

Linux volume

TYPE_VFAT string

Linux volume

Enumeration of volume types (file systems).

Type:
  • string