storageType property

StorageType? storageType
final

The storage type of the file system. Valid values are SSD and HDD. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.

Implementation

final StorageType? storageType;