docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct QueryOptions

    Alter the behavior of the MetadataQuery with these options.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.DataStreaming.Metadata
    Assembly: Unity.Cloud.DataStreaming.Runtime.dll
    Syntax
    public struct QueryOptions

    Constructors

    QueryOptions(int, int)

    Default constructor.

    Declaration
    public QueryOptions(int chunkSize, int parallel)
    Parameters
    Type Name Description
    int chunkSize

    Limit the amount of InstanceId sent to WhereInstanceEquals(IEnumerable<InstanceId>) by splitting the call in multiple ones if exceeded.

    int parallel

    Limit the number of parallel queries that can be executed simultaneously.

    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)