Method GetMetadataAsync
GetMetadataAsync(GetMetadataParameters, CancellationToken)
Gets a list of Match in the dataset from a list of owners ID.
Declaration
public Task<MatchCollection> GetMetadataAsync(GetMetadataParameters parameters, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| GetMetadataParameters | parameters | The parameters containing the filter's conditions to extract only records that fulfill them. |
| CancellationToken | cancellationToken | A cancellation token |
Returns
| Type | Description |
|---|---|
| Task<MatchCollection> | The list of Match. |