Table of Contents

Class DeleteScriptRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for DeleteScript

http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html
public class DeleteScriptRequestParameters : RequestParameters<DeleteScriptRequestParameters>, IRequestParameters
Inheritance
DeleteScriptRequestParameters
Implements
Inherited Members

Constructors

DeleteScriptRequestParameters()

public DeleteScriptRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

MasterTimeout

Specify timeout for connection to master

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan

Timeout

Explicit operation timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan