Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1007 Bytes

StorageUsageDTO.md

File metadata and controls

16 lines (13 loc) · 1007 Bytes

IO.Swagger.Model.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]

[Back to Model list] [Back to API list] [Back to README]