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