Search Results for

    Show / Hide Table of Contents

    Interface IInlineGet<TDocument>

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IInlineGet<out TDocument> where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Properties

    | Edit this page View Source

    Fields

    Declaration
    [DataMember(Name = "fields")]
    FieldValues Fields { get; }
    Property Value
    Type Description
    FieldValues
    | Edit this page View Source

    Found

    Declaration
    [DataMember(Name = "found")]
    bool Found { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Source

    Declaration
    [DataMember(Name = "_source")]
    TDocument Source { get; }
    Property Value
    Type Description
    TDocument

    Extension Methods

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