Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 827 Bytes

StorageUsageDTO.md

File metadata and controls

17 lines (12 loc) · 827 Bytes

StorageUsageDTO

Properties

Name Type Description Notes
identifier String The identifier of this storage location. The identifier will correspond to the identifier keyed in the storage configuration. [optional]
freeSpace String Amount of free space. [optional]
totalSpace String Amount of total space. [optional]
usedSpace String Amount of used space. [optional]
freeSpaceBytes Long The number of bytes of free space. [optional]
totalSpaceBytes Long The number of bytes of total space. [optional]
usedSpaceBytes Long The number of bytes of used space. [optional]
utilization String Utilization of this storage location. [optional]