Information about the amount of storage available in a user's account.
More...
#include <CesiumIonClient/Profile.h>
|
int64_t | used = 0 |
| The number of bytes currently being used by this account.
|
|
int64_t | available = 0 |
| The number of bytes available for additional asset uploads to this account.
|
|
int64_t | total = 0 |
| The total number of bytes currently allowed to be used by this account.
|
|
Information about the amount of storage available in a user's account.
Definition at line 12 of file Profile.h.
◆ available
int64_t CesiumIonClient::ProfileStorage::available = 0 |
The number of bytes available for additional asset uploads to this account.
Definition at line 22 of file Profile.h.
◆ total
int64_t CesiumIonClient::ProfileStorage::total = 0 |
The total number of bytes currently allowed to be used by this account.
Definition at line 28 of file Profile.h.
◆ used
int64_t CesiumIonClient::ProfileStorage::used = 0 |
The number of bytes currently being used by this account.
Definition at line 16 of file Profile.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumIonClient/include/CesiumIonClient/Profile.h