docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MetadataRepository

    Allows querying of geometric metadata from an asset dataset. Can be used to call either the cloud API or a local database.

    Inheritance
    object
    MetadataRepository
    Implements
    IMetadataRepository
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Metadata
    Assembly: Unity.Cloud.Metadata.dll
    Syntax
    public class MetadataRepository : IMetadataRepository

    Constructors

    Name Description
    MetadataRepository(IServiceHttpClient, IServiceHostResolver, ProjectId, AssetId, DatasetId)

    Initializes and returns an instance of 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