docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AssetUpdateHistoryQueryBuilder

    A class that builds and executes a query to return a set of AssetUpdateHistory for an asset version.

    Inheritance
    object
    AssetUpdateHistoryQueryBuilder
    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 AssetUpdateHistoryQueryBuilder

    Methods

    ExecuteAsync(CancellationToken)

    Returns the update history of the asset.

    Declaration
    public IAsyncEnumerable<AssetUpdateHistory> ExecuteAsync(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken

    A token that can be used to cancel the request.

    Returns
    Type Description
    IAsyncEnumerable<AssetUpdateHistory>

    An async enumeration of AssetUpdateHistory.

    LimitTo(Range)

    Sets the range of results to return.

    Declaration
    public AssetUpdateHistoryQueryBuilder LimitTo(Range range)
    Parameters
    Type Name Description
    Range range

    The range of results.

    Returns
    Type Description
    AssetUpdateHistoryQueryBuilder

    The calling AssetUpdateHistoryQueryBuilder.

    SelectWhereMatchesFilter(AssetUpdateHistorySearchFilter)

    Sets the filter to use for the query.

    Declaration
    public AssetUpdateHistoryQueryBuilder SelectWhereMatchesFilter(AssetUpdateHistorySearchFilter searchFilter)
    Parameters
    Type Name Description
    AssetUpdateHistorySearchFilter searchFilter

    The search criteria.

    Returns
    Type Description
    AssetUpdateHistoryQueryBuilder

    The calling AssetUpdateHistoryQueryBuilder.

    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)