Open tomayac opened 3 years ago
The StorageEstimate API returns storage quota information as usage and quota.
StorageEstimate
usage
quota
[▉Usage▉▉▉][_Remaining_____] [_Quota____________________]
The Storage Foundation API only supports getRemainingCapacity(), forcing the developer to first calculate current usage before being able to tell the total quota.
getRemainingCapacity()
[_Remaining_____]
The
StorageEstimate
API returns storage quota information asusage
andquota
.The Storage Foundation API only supports
getRemainingCapacity()
, forcing the developer to first calculate current usage before being able to tell the total quota.