Search Results for

    Show / Hide Table of Contents

    Class GetResponse<TDocument>

    Inheritance
    object
    ResponseBase
    GetResponse<TDocument>
    Implements
    IGetResponse<TDocument>
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class GetResponse<TDocument> : ResponseBase, IGetResponse<TDocument>, IResponse, IOpenSearchResponse where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Properties

    | Edit this page View Source

    Fields

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

    Found

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

    Id

    Declaration
    [DataMember(Name = "_id")]
    public string Id { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Index

    Declaration
    [DataMember(Name = "_index")]
    public string Index { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PrimaryTerm

    Declaration
    [DataMember(Name = "_primary_term")]
    public long? PrimaryTerm { get; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Routing

    Declaration
    [DataMember(Name = "_routing")]
    public string Routing { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SequenceNumber

    Declaration
    [DataMember(Name = "_seq_no")]
    public long? SequenceNumber { get; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Source

    Declaration
    [DataMember(Name = "_source")]
    public TDocument Source { get; }
    Property Value
    Type Description
    TDocument
    | Edit this page View Source

    Type

    Declaration
    [DataMember(Name = "_type")]
    public string Type { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Version

    Declaration
    [DataMember(Name = "_version")]
    public long Version { get; }
    Property Value
    Type Description
    long

    Implements

    IGetResponse<TDocument>
    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Fields
      • Found
      • Id
      • Index
      • PrimaryTerm
      • Routing
      • SequenceNumber
      • Source
      • Type
      • Version
    • Implements
    • Extension Methods
    Back to top Generated by DocFX