docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TransformationSearchFilter

    A class that defines search criteria for an ITransformation query.

    Inheritance
    object
    TransformationSearchFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public sealed class TransformationSearchFilter

    Properties

    AssetId

    Sets the asset id to use for the query.

    Declaration
    public QueryParameter<AssetId> AssetId { get; }
    Property Value
    Type Description
    QueryParameter<AssetId>

    AssetVersion

    Sets the asset version to use for the query.

    Declaration
    public QueryParameter<AssetVersion> AssetVersion { get; }
    Property Value
    Type Description
    QueryParameter<AssetVersion>

    DatasetId

    Sets the dataset id to use for the query.

    Declaration
    public QueryParameter<DatasetId> DatasetId { get; }
    Property Value
    Type Description
    QueryParameter<DatasetId>

    Status

    Sets the status to use for the query.

    Declaration
    public QueryParameter<TransformationStatus?> Status { get; }
    Property Value
    Type Description
    QueryParameter<TransformationStatus?>

    UserId

    Sets the user id to use for the query.

    Declaration
    public QueryParameter<UserId> UserId { get; }
    Property Value
    Type Description
    QueryParameter<UserId>
    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)