Search Results for

    Show / Hide Table of Contents

    Class MultiGetOperation<T>

    Inheritance
    object
    MultiGetOperation<T>
    Implements
    IMultiGetOperation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class MultiGetOperation<T> : IMultiGetOperation
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    MultiGetOperation(Id)

    Declaration
    public MultiGetOperation(Id id)
    Parameters
    Type Name Description
    Id id

    Properties

    | Edit this page View Source

    Document

    Declaration
    public object Document { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Id

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

    Index

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

    Routing

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

    Source

    Declaration
    public Union<bool, ISourceFilter> Source { get; set; }
    Property Value
    Type Description
    Union<bool, ISourceFilter>
    | Edit this page View Source

    StoredFields

    Declaration
    public Fields StoredFields { get; set; }
    Property Value
    Type Description
    Fields
    | Edit this page View Source

    Version

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

    VersionType

    Declaration
    public VersionType? VersionType { get; set; }
    Property Value
    Type Description
    VersionType?

    Implements

    IMultiGetOperation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • MultiGetOperation(Id)
    • Properties
      • Document
      • Id
      • Index
      • Routing
      • Source
      • StoredFields
      • Version
      • VersionType
    • Implements
    • Extension Methods
    Back to top Generated by DocFX