docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QueryLobbiesOptions

    Query parameters for Lobby service requests.

    Inheritance
    object
    QueryLobbiesOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Lobbies
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    public class QueryLobbiesOptions

    Properties

    ContinuationToken

    A continuation token that can be passed to subsequent query requests to fetch the next page of results.

    Declaration
    public string ContinuationToken { get; set; }
    Property Value
    Type Description
    string

    Count

    The number of results to return. Minimum: 1. Maximum: 100. Default: 10.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    int

    Filters

    A list of filters which can be used to narrow down which lobbies to return.

    Declaration
    public List<QueryFilter> Filters { get; set; }
    Property Value
    Type Description
    List<QueryFilter>

    Order

    A list of orders which define how the results should be ordered in the response.

    Declaration
    public List<QueryOrder> Order { get; set; }
    Property Value
    Type Description
    List<QueryOrder>

    SampleResults

    Whether a random sample of results that match the search filter should be returned.

    Declaration
    public bool SampleResults { get; set; }
    Property Value
    Type Description
    bool

    Skip

    The number of results to skip before selecting results to return. Maximum: 1000. Default: 0.

    Declaration
    public int Skip { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)