Class PipelineSimulation
Inheritance
PipelineSimulation
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
|
Edit this page
View Source
ProcessorResults
Declaration
[DataMember(Name = "processor_results")]
public IReadOnlyCollection<PipelineSimulation> ProcessorResults { get; }
Property Value
|
Edit this page
View Source
Tag
Declaration
[DataMember(Name = "tag")]
public string Tag { get; }
Property Value
Extension Methods