Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
}
}