docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetMetadataParameters

    Contains all the parameters to query either the metadata API or the database directly.

    Inheritance
    object
    GetMetadataParameters
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Metadata
    Assembly: Unity.Cloud.Metadata.dll
    Syntax
    public class GetMetadataParameters

    Fields

    Name Description
    In

    Gets the owner ID to query for dataset objects. Leave empty to query all the dataset objects.

    Limit

    The number of metadata record to return.

    Select

    Gets the keys wanted in the output metadata. Leave empty to return the whole metadata.

    Where

    Gets the conditions that the metadata needs to meet. Leave as an empty string for no condition.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 15, 2023