Method GetAllMetadataAsync
GetAllMetadataAsync(IMetadataRepository, CancellationToken)
Gets all metadata from all owners in the dataset.
Declaration
public static Task<MatchCollection> GetAllMetadataAsync(this IMetadataRepository metadataRepository, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IMetadataRepository | metadataRepository | The metadata repository. |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<MatchCollection> | The list of Match. |