Search Results for

    Show / Hide Table of Contents

    Interface IMultiGetOperation

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IMultiGetOperation

    Properties

    | Edit this page View Source

    CanBeFlattened

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

    ClrType

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

    Id

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

    Index

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

    Routing

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

    Source

    Declaration
    [DataMember(Name = "_source")]
    Union<bool, ISourceFilter> Source { get; set; }
    Property Value
    Type Description
    Union<bool, ISourceFilter>
    | Edit this page View Source

    StoredFields

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

    Version

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

    VersionType

    Declaration
    [DataMember(Name = "version_type")]
    VersionType? VersionType { get; set; }
    Property Value
    Type Description
    VersionType?

    Extension Methods

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