Search Results for

    Show / Hide Table of Contents

    Class PipelineSimulation

    Inheritance
    object
    PipelineSimulation
    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 PipelineSimulation

    Properties

    | Edit this page View Source

    Document

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

    ProcessorResults

    Declaration
    [DataMember(Name = "processor_results")]
    public IReadOnlyCollection<PipelineSimulation> ProcessorResults { get; }
    Property Value
    Type Description
    IReadOnlyCollection<PipelineSimulation>
    | Edit this page View Source

    Tag

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Document
      • ProcessorResults
      • Tag
    • Extension Methods
    Back to top Generated by DocFX