Class PutPipelineRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for IngestPutPipeline
https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html
public class PutPipelineRequestParameters : RequestParameters<PutPipelineRequestParameters>, IRequestParameters
- Inheritance
-
PutPipelineRequestParameters
- Implements
- Inherited Members
Constructors
PutPipelineRequestParameters()
public PutPipelineRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
MasterTimeout
Explicit operation timeout for connection to master node
public TimeSpan MasterTimeout { get; set; }
Property Value
Timeout
Explicit operation timeout
public TimeSpan Timeout { get; set; }