Table of Contents

Class GetPipelineRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IngestGetPipeline

https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html
public class GetPipelineRequestParameters : RequestParameters<GetPipelineRequestParameters>, IRequestParameters
Inheritance
GetPipelineRequestParameters
Implements
Inherited Members

Constructors

GetPipelineRequestParameters()

public GetPipelineRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

MasterTimeout

Explicit operation timeout for connection to master node

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan