Search Results for

    Show / Hide Table of Contents

    Interface IOpenSearchResponse

    The minimum interface your custom responses should implement when providing a response type to the low level client

    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public interface IOpenSearchResponse

    Properties

    | Edit this page View Source

    ApiCall

    Sets and returns the IApiCallDetails diagnostic information

    Declaration
    IApiCallDetails ApiCall { get; set; }
    Property Value
    Type Description
    IApiCallDetails

    Methods

    | Edit this page View Source

    TryGetServerErrorReason(out string)

    Declaration
    bool TryGetServerErrorReason(out string reason)
    Parameters
    Type Name Description
    string reason
    Returns
    Type Description
    bool

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ApiCall
    • Methods
      • TryGetServerErrorReason(out string)
    • Extension Methods
    Back to top Generated by DocFX