Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Version 6.1.0.11rc