Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 962 Bytes

StorageCapacity.md

File metadata and controls

14 lines (10 loc) · 962 Bytes

StorageCapacity

Storage capacity information which includes, total capacity, available capacity, used capacity and free capacity.

Properties

Name Type Description Notes
available int Total consumable storage capacity represented in bytes. System may reserve some space for internal purpose which is excluded from total capacity. [optional] [readonly]
free int Unused space available for user to consume, represented in bytes. [optional] [readonly]
total int Total storage capacity, represented in bytes. It is set by the component manufacture. [optional] [readonly]
used int Used or consumed storage capacity, represented in bytes. [optional] [readonly]

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