Search Results for

    Show / Hide Table of Contents

    Class DocumentSimulation

    Inheritance
    object
    DocumentSimulation
    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
    [DataContract]
    public class DocumentSimulation

    Properties

    | 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

    Ingest

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

    Parent

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

    Routing

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

    Source

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

    Type

    Declaration
    [DataMember(Name = "_type")]
    public string Type { get; }
    Property Value
    Type Description
    string

    Extension Methods

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