docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Metadata

    object containing the metadata

    Inheritance
    object
    Metadata
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.RemoteConfig
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class Metadata

    Constructors

    Metadata(string, string, string)

    Initializes a new instance of the Metadata class.

    Declaration
    [Preserve]
    public Metadata(string environmentId = null, string assignmentId = null, string configAssignmentHash = null)
    Parameters
    Type Name Description
    string environmentId

    represents the environment of the overridden values.

    string assignmentId

    represents the assignment id of the overridden values.

    string configAssignmentHash

    represents the hash value of the assignment which could be used to retrieve the same overridden values.

    Properties

    AssignmentId

    represents the assignment id of the overridden values

    Declaration
    [Preserve]
    public string AssignmentId { get; set; }
    Property Value
    Type Description
    string

    represents the assignment id of the overridden values

    ConfigAssignmentHash

    represents the hash value of the assignment which could be used to retrieve the same overridden values

    Declaration
    [Preserve]
    public string ConfigAssignmentHash { get; set; }
    Property Value
    Type Description
    string

    represents the hash value of the assignment which could be used to retrieve the same overridden values

    EnvironmentId

    represents the environment of the overridden values

    Declaration
    [Preserve]
    public string EnvironmentId { get; set; }
    Property Value
    Type Description
    string

    represents the environment of the overridden values

    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)