Class MetadataRepository
Allows querying of geometric metadata from an asset dataset. Can be used to call either the cloud API or a local database.
Implements
Inherited Members
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. |