Class SimulatePipelineRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for IngestSimulate
https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html
public class SimulatePipelineRequestParameters : RequestParameters<SimulatePipelineRequestParameters>, IRequestParameters
- Inheritance
-
SimulatePipelineRequestParameters
- Implements
- Inherited Members
Constructors
SimulatePipelineRequestParameters()
public SimulatePipelineRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Verbose
Verbose mode. Display data output for each processor in executed pipeline
public bool? Verbose { get; set; }
Property Value
- bool?