docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QosServerAnnotations

    A dictionary of server annotations.

    Inheritance
    object
    QosServerAnnotations
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Qos.V2.Models
    Assembly: Unity.Services.QoS.dll
    Syntax
    [Preserve]
    [DataContract(Name = "QosServerAnnotations")]
    public class QosServerAnnotations

    Constructors

    QosServerAnnotations(List<string>, List<string>, List<string>, List<string>, List<string>, List<string>, List<string>)

    A dictionary of server annotations.

    Declaration
    [Preserve]
    public QosServerAnnotations(List<string> projectId = null, List<string> environmentId = null, List<string> relayRegionId = null, List<string> multiplayRegionId = null, List<string> multiplayFleetId = null, List<string> matchmakerQueueName = null, List<string> matchmakerPoolId = null)
    Parameters
    Type Name Description
    List<string> projectId

    projectId param

    List<string> environmentId

    environmentId param

    List<string> relayRegionId

    relayRegionId param

    List<string> multiplayRegionId

    multiplayRegionId param

    List<string> multiplayFleetId

    multiplayFleetId param

    List<string> matchmakerQueueName

    matchmakerQueueName param

    List<string> matchmakerPoolId

    matchmakerPoolId param

    Properties

    EnvironmentId

    Parameter environmentId of QosServerAnnotations

    Declaration
    [Preserve]
    [DataMember(Name = "environmentId", EmitDefaultValue = false)]
    public List<string> EnvironmentId { get; }
    Property Value
    Type Description
    List<string>

    MatchmakerPoolId

    Parameter matchmakerPoolId of QosServerAnnotations

    Declaration
    [Preserve]
    [DataMember(Name = "matchmakerPoolId", EmitDefaultValue = false)]
    public List<string> MatchmakerPoolId { get; }
    Property Value
    Type Description
    List<string>

    MatchmakerQueueName

    Parameter matchmakerQueueName of QosServerAnnotations

    Declaration
    [Preserve]
    [DataMember(Name = "matchmakerQueueName", EmitDefaultValue = false)]
    public List<string> MatchmakerQueueName { get; }
    Property Value
    Type Description
    List<string>

    MultiplayFleetId

    Parameter multiplayFleetId of QosServerAnnotations

    Declaration
    [Preserve]
    [DataMember(Name = "multiplayFleetId", EmitDefaultValue = false)]
    public List<string> MultiplayFleetId { get; }
    Property Value
    Type Description
    List<string>

    MultiplayRegionId

    Parameter multiplayRegionId of QosServerAnnotations

    Declaration
    [Preserve]
    [DataMember(Name = "multiplayRegionId", EmitDefaultValue = false)]
    public List<string> MultiplayRegionId { get; }
    Property Value
    Type Description
    List<string>

    ProjectId

    Parameter projectId of QosServerAnnotations

    Declaration
    [Preserve]
    [DataMember(Name = "projectId", EmitDefaultValue = false)]
    public List<string> ProjectId { get; }
    Property Value
    Type Description
    List<string>

    RelayRegionId

    Parameter relayRegionId of QosServerAnnotations

    Declaration
    [Preserve]
    [DataMember(Name = "relayRegionId", EmitDefaultValue = false)]
    public List<string> RelayRegionId { get; }
    Property Value
    Type Description
    List<string>
    In This Article
    Back to top
    Copyright © 2025 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)