Search Results for

    Show / Hide Table of Contents

    Interface IMultiGetHit<TDocument>

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

    Properties

    | Edit this page View Source

    Error

    Declaration
    Error Error { get; }
    Property Value
    Type Description
    Error
    | Edit this page View Source

    Found

    Declaration
    bool Found { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Id

    Declaration
    string Id { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Index

    Declaration
    string Index { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PrimaryTerm

    Declaration
    long? PrimaryTerm { get; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Routing

    Declaration
    string Routing { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SequenceNumber

    Declaration
    long? SequenceNumber { get; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Source

    Declaration
    TDocument Source { get; }
    Property Value
    Type Description
    TDocument
    | Edit this page View Source

    Type

    Declaration
    string Type { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Version

    Declaration
    long Version { get; }
    Property Value
    Type Description
    long

    Extension Methods

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