Class SimulatePipelineRequestParameters
Request options for SimulatePipeline
https://opensearch.org/docs/latest/api-reference/ingest-apis/simulate-ingest/
Inheritance
SimulatePipelineRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.IngestApi
Assembly: OpenSearch.Net.dll
Syntax
public class SimulatePipelineRequestParameters : RequestParameters<SimulatePipelineRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceSupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceVerbose
If true
, the response includes output data for each processor in the executed pipeline.
Declaration
public bool? Verbose { get; set; }
Property Value
Type | Description |
---|---|
bool? |