> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# quotaInfo (JSON)

> quotaInfo (JSON)

# quotaInfo (JSON)

Contains quota information about a title group.

<a id="ID4EN" />

## 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.           |

<a id="ID4EXB" />

## Sample JSON syntax

The following example shows the response for global storage:

```json theme={null}
{
    "quotaInfo":
    {
        "usedBytes":4194304,
        "quotaBytes":536870912
    }
}
      
```

<a id="ID4ECC" />

## See also

<a id="ID4EEC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [Get quota info for a Title Storage service configuration](/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-quota-info.md)
- [XblTitleStorageGetQuotaAsync](/ja-jp/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetquotaasync.md)
- [Quota Leaderboards](/services/playfab/community/leaderboards/quota-leaderboards.md)
- [Quota Statistics](/services/playfab/player-progression/statistics/quota-statistics.md)
- [Obtención de información de cuota para una configuración de servicio de almacenamiento de títulos](/es/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-quota-info.md)
