Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains quota information about a title group.
quotaInfo
The quotaInfo object has the following specifications.
For global storage
| Member | Type | Description |
|---|---|---|
| quotaBytes | 32-bit signed integer | Maximum number of bytes usable by the title. |
| usedBytes | 32-bit signed integer | Number of bytes used by the title. |
Sample JSON syntax
The following example shows the response for global storage:
{
"quotaInfo":
{
"usedBytes":4194304,
"quotaBytes":536870912
}
}