Class QueryLobbiesOptions
Query parameters for Lobby service requests.
Inherited Members
Namespace: Unity.Services.Lobbies
Assembly: solution.dll
Syntax
public class QueryLobbiesOptions
Properties
| Name | Description |
|---|---|
| ContinuationToken | A continuation token that can be passed to subsequent query requests to fetch the next page of results. |
| Count | The number of results to return. Minimum: 1. Maximum: 100. Default: 10. |
| Filters | A list of filters which can be used to narrow down which lobbies to return. |
| Order | A list of orders which define how the results should be ordered in the response. |
| SampleResults | Whether a random sample of results that match the search filter should be returned. |
| Skip | The number of results to skip before selecting results to return. Maximum: 1000. Default: 0. |