cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumIonClient::ProfileStorage Struct Referencefinal

Information about the amount of storage available in a user's account. More...

#include <CesiumIonClient/Profile.h>

Public Attributes

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.
 

Detailed Description

Information about the amount of storage available in a user's account.

Definition at line 12 of file Profile.h.

Member Data Documentation

◆ 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: