quotaInfo (JSON)

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
    }
}
      

See also

Parent

JavaScript Object Notation (JSON) Object Reference