Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
}
}