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 MetadataRepository (the default implementation) in functional code to implement this interface's functionality.

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

    Methods

    Name Description
    GetAllKeysAsync()

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

    GetMetadataAsync(GetMetadataParameters, CancellationToken)

    Gets a list of Match in the dataset from a list of owners ID.

    Extension Methods

    MetadataProviderExtensions.GetAllIdsAsync(IMetadataRepository, CancellationToken)
    MetadataProviderExtensions.GetAllMetadataAsync(IMetadataRepository, CancellationToken)
    MetadataProviderExtensions.Query(IMetadataRepository)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 15, 2023