Interface IUtilityClient
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public interface IUtilityClient
Methods
MatchStringsAsync(MatchStringsRequest, CancellationToken)
Get the number of objects that match a search filter
Declaration
Task<MatchStringsResponse> MatchStringsAsync(MatchStringsRequest request, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| MatchStringsRequest | request | The match request |
| CancellationToken | cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
| Type | Description |
|---|---|
| Task<MatchStringsResponse> | OK |
Exceptions
| Type | Condition |
|---|---|
| IndexApiException | A server side error occurred. |