Search Results for

    Show / Hide Table of Contents

    Interface IUpdateResponse<TDocument>

    Inherited Members
    IResponse.DebugInformation
    IResponse.IsValid
    IResponse.OriginalException
    IResponse.ServerError
    IOpenSearchResponse.ApiCall
    IOpenSearchResponse.TryGetServerErrorReason(out string)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IUpdateResponse<out TDocument> : IResponse, IOpenSearchResponse where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Properties

    | Edit this page View Source

    Get

    Declaration
    IInlineGet<out TDocument> Get { get; }
    Property Value
    Type Description
    IInlineGet<TDocument>

    Extension Methods

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