docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMetadataRepository

    Provides an abstraction of the MetadataRepository to allow testing and mocking. Use the MetadataRepositoryFactory in functional code to implement this interface's functionality.

    Namespace: Unity.Cloud.DataStreaming.Metadata
    Assembly: Unity.Cloud.DataStreaming.Runtime.dll
    Syntax
    public interface IMetadataRepository

    Methods

    GetAllPathsAsync()

    Gets a list of all the possible root field paths in the objects contained in the dataset.

    Declaration
    Task<MetadataPathCollection> GetAllPathsAsync()
    Returns
    Type Description
    Task<MetadataPathCollection>

    The list of possible root field paths in the dataset's metadata.

    Query()

    Gets a MetadataQueryBuilder to build fluent queries.

    Declaration
    IMetadataQuery Query()
    Returns
    Type Description
    IMetadataQuery
    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)