Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
}
}