Table of Contents

Class PutScriptRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for PutScript

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

Constructors

PutScriptRequestParameters()

public PutScriptRequestParameters()

Properties

Context

Context name to compile script against

public string Context { get; set; }

Property Value

string

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