Table of Contents

Class DeletePipelineRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IngestDeletePipeline

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

Constructors

DeletePipelineRequestParameters()

public DeletePipelineRequestParameters()

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

Timeout

Explicit operation timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan