Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A JSON object representing the statistics for a hopper.
The HopperStatsResults JSON object has the following specification.
| Member | Type | Description |
|---|---|---|
| hopperName | string | The name of the selected hopper. |
| waitTime | 32-bit signed integer | Average matching time for the hopper (an integral number of seconds). |
| population | 32-bit signed integer | The number of people waiting for matches in the hopper. |
Sample JSON syntax
{
"hopperName":"contosoawesome2",
"waitTime":30,
"population":1
}
See also
Parent
JavaScript Object Notation (JSON) Object Reference