docs.unity3d.com
    Show / Hide Table of Contents

    Interface IAssetPage

    Inherited Members
    IPagedResponse<IAsset>.Elements
    IPagedResponse<IAsset>.PageEndIndex
    IPagedResponse<IAsset>.Pagination
    IPagedResponse<IAsset>.PreviousPage
    IPagedResponse<IAsset>.NextPageToken
    Namespace: Unity.Cloud.Assets
    Syntax
    public interface IAssetPage : IPagedResponse<IAsset>

    Properties

    Organization

    Implement this property to return the organization id of the page.

    Declaration
    IOrganization Organization { get; }
    Property Value
    Type Description
    IOrganization

    Project

    Implement this property to return the project id of the page.

    Declaration
    IProject Project { get; }
    Property Value
    Type Description
    IProject

    Methods

    GetNextAsync<TAsset>(CancellationToken)

    Implement this method to return the next set of assets.

    Declaration
    Task<IAssetPage> GetNextAsync<TAsset>(CancellationToken token)
        where TAsset : IAsset, new()
    Parameters
    Type Name Description
    CancellationToken token

    The cancellation token

    Returns
    Type Description
    Task<IAssetPage>

    A task whose result is an IAssetPage.

    Type Parameters
    Name Description
    TAsset
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023