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. |